Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate thiserror to 1.0.69 #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

This PR contains the following updates:

Package Type Update New value References Sourcegraph
thiserror dependencies patch 1.0.69 source code search for "thiserror"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

dtolnay/thiserror (thiserror)

v1.0.69

Compare Source

  • Backport 2.0.2 fixes

v1.0.68

Compare Source

  • Handle incomplete expressions more robustly in format arguments, such as while code is being typed (#​341, #​344)

v1.0.67

Compare Source

v1.0.66

Compare Source

  • Improve compile error on malformed format attribute (#​327)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)

v1.0.64

Compare Source

v1.0.63

Compare Source

  • Documentation improvements

v1.0.62

Compare Source

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#​309)

v1.0.61

Compare Source

  • Use core::fmt and core::panic to facilitate error_in_core support (#​299, thanks @​jordens)

v1.0.60

Compare Source

  • Resolve unexpected_cfgs warning (#​298)

v1.0.59

Compare Source

  • Unblock testing of rustc debug-fmt-detail option (#​297)

v1.0.58

Compare Source

  • Make backtrace support available when using -Dwarnings (#​292)

v1.0.57

Compare Source

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#​286, thanks @​nyurik)

v1.0.56

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.55

Compare Source

  • Work around improperly cached build script result by sccache – second attempt (#​280)

v1.0.54

Compare Source

  • Work around improperly cached build script result by sccache – first attempt (#​279)

v1.0.53

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​270)

v1.0.52

Compare Source

  • Fix interaction with RUSTC_BOOTSTRAP (#​269)

v1.0.51

Compare Source

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#​266)

v1.0.50

Compare Source

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#​258, thanks @​de-vri-es)

v1.0.49

Compare Source

v1.0.48

Compare Source

  • Improve implementation of displaying Path values in a generated Display impl (#​251, thanks @​mina86)

v1.0.47

Compare Source

v1.0.46

Compare Source

  • Add bootstrap workaround to allow rustc to depend on thiserror (#​248, thanks @​RalfJung)

v1.0.45

Compare Source

v1.0.44

Compare Source

  • Documentation improvements

v1.0.43

Compare Source

v1.0.42

Compare Source

  • Fix compile error in derived Display impl if there was a nonstandard write! macro in scope (#​239)

v1.0.41

Compare Source

v1.0.40

Compare Source

  • Update syn dependency to 2.x

v1.0.39

Compare Source

  • Set html_root_url attribute

v1.0.38

Compare Source

  • Documentation improvements

v1.0.37

Compare Source

  • Documentation improvements

v1.0.36

Compare Source

v1.0.35

Compare Source

  • More work on integrating std::any::Provider for backtrace support
  • Fix "Multiple applicable provide methods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#​185)

v1.0.34

Compare Source

  • Tweak "generic member access" based Backtrace implementation (#​184)

v1.0.33

Compare Source

v1.0.32

Compare Source

  • Add keywords to crates.io metadata

v1.0.31

Compare Source

  • Improve diagnostic when there is an enum variant containing #[from] #[backtrace] Error, Backtrace (#​163)

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Apr 3, 2023
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.40 Update Rust crate thiserror to 1.0.41 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from e0e28ef to 404e7c2 Compare July 4, 2023 21:04
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.41 Update Rust crate thiserror to 1.0.42 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 404e7c2 to 4e10fe4 Compare July 6, 2023 23:04
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.42 Update Rust crate thiserror to 1.0.43 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 4e10fe4 to ae2f50e Compare July 7, 2023 01:51
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.43 Update Rust crate thiserror to 1.0.44 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from ae2f50e to cbe19f6 Compare July 21, 2023 08:27
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.44 Update Rust crate thiserror to 1.0.45 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from cbe19f6 to 8a6e5b3 Compare August 15, 2023 10:58
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.45 Update Rust crate thiserror to 1.0.46 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 8a6e5b3 to 1e203a0 Compare August 15, 2023 16:11
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.46 Update Rust crate thiserror to 1.0.47 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 1e203a0 to e8cb146 Compare August 17, 2023 03:24
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from e8cb146 to 4551aa0 Compare September 2, 2023 22:32
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.47 Update Rust crate thiserror to 1.0.48 Sep 2, 2023
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.48 Update Rust crate thiserror to 1.0.49 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 4551aa0 to c0a7f93 Compare September 27, 2023 01:27
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.49 Update Rust crate thiserror to 1.0.50 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from c0a7f93 to 06fbe4c Compare October 19, 2023 20:35
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.50 Update Rust crate thiserror to 1.0.51 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 06fbe4c to 3a6d66e Compare December 16, 2023 00:53
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.51 Update Rust crate thiserror to 1.0.52 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 2 times, most recently from d2608f0 to 5b0d68a Compare December 30, 2023 22:21
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.52 Update Rust crate thiserror to 1.0.53 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 5b0d68a to f0f1269 Compare January 2, 2024 07:06
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.53 Update Rust crate thiserror to 1.0.56 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from f0f1269 to 32a7c40 Compare February 11, 2024 21:11
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.56 Update Rust crate thiserror to 1.0.57 Feb 11, 2024
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.57 Update Rust crate thiserror to 1.0.58 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 32a7c40 to 6ea38b7 Compare March 12, 2024 04:02
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 6ea38b7 to df93ec4 Compare April 21, 2024 01:32
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.58 Update Rust crate thiserror to 1.0.59 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from df93ec4 to 1044d52 Compare May 7, 2024 05:05
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.59 Update Rust crate thiserror to 1.0.60 May 7, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 1044d52 to bebffa0 Compare May 17, 2024 23:30
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.60 Update Rust crate thiserror to 1.0.61 May 17, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from bebffa0 to d95c870 Compare July 12, 2024 00:16
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.61 Update Rust crate thiserror to 1.0.62 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from d95c870 to 50fa6f0 Compare July 17, 2024 22:47
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.62 Update Rust crate thiserror to 1.0.63 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 50fa6f0 to e220963 Compare September 22, 2024 19:22
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.63 Update Rust crate thiserror to 1.0.64 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from e220963 to 627f4f2 Compare October 22, 2024 18:12
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.64 Update Rust crate thiserror to 1.0.65 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 627f4f2 to 7b85857 Compare November 1, 2024 01:01
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.65 Update Rust crate thiserror to 1.0.66 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 7b85857 to d6c977c Compare November 3, 2024 15:44
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.66 Update Rust crate thiserror to 1.0.67 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from d6c977c to 09eee83 Compare November 4, 2024 18:45
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.67 Update Rust crate thiserror to 1.0.68 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 09eee83 to dac0533 Compare November 10, 2024 07:34
@renovate renovate bot changed the title Update Rust crate thiserror to 1.0.68 Update Rust crate thiserror to 1.0.69 Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants