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 anyhow to 1.0.95 #58

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2022

This PR contains the following updates:

Package Type Update New value References Sourcegraph
anyhow dependencies patch 1.0.95 source code search for "anyhow"
anyhow dev-dependencies patch 1.0.95 source code search for "anyhow"

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


Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)

v1.0.91

Compare Source

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

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)

v1.0.82

Compare Source

  • Documentation improvements

v1.0.81

Compare Source

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

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.79

Compare Source

  • Work around improperly cached build script result by sccache (#​340)

v1.0.78

Compare Source

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

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Opt in to unsafe_op_in_unsafe_fn lint (#​329)

v1.0.75

Compare Source

v1.0.74

Compare Source

v1.0.73

Compare Source

v1.0.72

Compare Source

  • Documentation improvements

v1.0.71

Compare Source

  • Documentation improvements

v1.0.70

Compare Source

  • Update syn dependency to 2.x

v1.0.69

Compare Source

  • Documentation improvements

v1.0.68

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.67

Compare Source

  • Improve the backtrace captured when context() is used on an Option (#​280)

v1.0.66

Compare Source

  • Reduce unhelpful backtrace frames in backtraces captured during a context call (#​279)

v1.0.65

Compare Source

v1.0.64

Compare Source

  • Correctly propagate Backtrace when using #[source] anyhow::Error with thiserror crate (#​231)

v1.0.63

Compare Source

v1.0.62

Compare Source

  • Fix extra rebuilding when interleaving command-line cargo invocations with IDE builds (#​261)

v1.0.61

Compare Source

  • Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#​252)

v1.0.60

Compare Source

  • Propagate --target to rustc invocation when deciding about backtrace support (#​249, thanks @​RalfJung)

v1.0.59

Compare Source

  • Update crates.io metadata to include no-std category

v1.0.58

Compare Source

  • Fix some broken links in documentation

v1.0.57

Compare Source

  • Remove a log4rs-specific workaround from bail! macro implementation

v1.0.56

Compare Source

  • Add must_use warning when an Error created by anyhow! is not used, perhaps because the programmer meant to write bail! instead (#​229)

v1.0.55

Compare Source

  • Documentation improvements

v1.0.54

Compare Source

  • Construct more helpful error message from ensure! when the expression involves a negative literal const generic as the first generic argument of a method call (#​224)

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 these updates 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 Mar 1, 2022
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.55 Update Rust crate anyhow to 1.0.56 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from b55522e to dad5ff4 Compare March 7, 2022 23:16
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.56 Update Rust crate anyhow to 1.0.57 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from dad5ff4 to b0588af Compare April 25, 2022 00:56
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from b0588af to fe16a6d Compare June 18, 2022 23:01
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.57 Update Rust crate anyhow to 1.0.58 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from fe16a6d to 6498460 Compare September 25, 2022 20:29
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.58 Update Rust crate anyhow to 1.0.65 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 6498460 to 4cf6130 Compare November 20, 2022 21:09
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.65 Update Rust crate anyhow to 1.0.66 Nov 20, 2022
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.66 Update Rust crate anyhow to 1.0.70 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 4cf6130 to a8252c4 Compare March 18, 2023 05:59
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.70 Update Rust crate anyhow to 1.0.71 May 28, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from a8252c4 to 55eee94 Compare May 28, 2023 10:35
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.71 Update Rust crate anyhow to 1.0.72 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 55eee94 to ae502c4 Compare July 15, 2023 21:13
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.72 Update Rust crate anyhow to 1.0.73 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from ae502c4 to 16e00af Compare August 15, 2023 10:57
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.73 Update Rust crate anyhow to 1.0.74 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 16e00af to 35f95e6 Compare August 15, 2023 16:11
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.74 Update Rust crate anyhow to 1.0.75 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 35f95e6 to ad9b33f Compare August 17, 2023 03:23
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from ad9b33f to 8676679 Compare December 21, 2023 04:55
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.75 Update Rust crate anyhow to 1.0.76 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 8676679 to 4e93b94 Compare December 27, 2023 01:09
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.76 Update Rust crate anyhow to 1.0.77 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 4e93b94 to 8474d95 Compare December 31, 2023 01:30
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.77 Update Rust crate anyhow to 1.0.78 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 8474d95 to abe077f Compare January 2, 2024 07:05
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.79 Update Rust crate anyhow to 1.0.80 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from abe077f to 0559472 Compare February 19, 2024 06:29
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.80 Update Rust crate anyhow to 1.0.81 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 0559472 to c07ebc0 Compare March 12, 2024 04:02
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from c07ebc0 to bd97177 Compare April 10, 2024 04:19
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.81 Update Rust crate anyhow to 1.0.82 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from bd97177 to d0f12ab Compare May 6, 2024 18:43
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.82 Update Rust crate anyhow to 1.0.83 May 6, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from d0f12ab to 38992c1 Compare May 17, 2024 23:30
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.83 Update Rust crate anyhow to 1.0.85 May 17, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 38992c1 to e1e7538 Compare May 18, 2024 16:13
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.85 Update Rust crate anyhow to 1.0.86 May 18, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from e1e7538 to 9bfc5ac Compare September 6, 2024 21:50
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.86 Update Rust crate anyhow to 1.0.87 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 9bfc5ac to 9ead8c7 Compare September 11, 2024 21:25
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.87 Update Rust crate anyhow to 1.0.88 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 9ead8c7 to d0f5faa Compare September 15, 2024 03:41
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.88 Update Rust crate anyhow to 1.0.89 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from d0f5faa to 328d6da Compare October 18, 2024 16:54
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.89 Update Rust crate anyhow to 1.0.90 Oct 18, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.90 Update Rust crate anyhow to 1.0.91 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 328d6da to dfa8ef7 Compare October 22, 2024 23:06
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from dfa8ef7 to 1dbfdd7 Compare November 1, 2024 06:59
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.91 Update Rust crate anyhow to 1.0.92 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 1dbfdd7 to 245aa0c Compare November 6, 2024 07:53
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.92 Update Rust crate anyhow to 1.0.93 Nov 6, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.93 Update Rust crate anyhow to 1.0.94 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from a9cf90c to 9ddc01e Compare December 22, 2024 13:29
@renovate renovate bot changed the title Update Rust crate anyhow to 1.0.94 Update Rust crate anyhow to 1.0.95 Dec 22, 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