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 v1.0.95 #56

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.64 -> 1.0.95

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/anyhow-1.x-lockfile branch from b2a6f67 to 263e1e6 Compare May 6, 2024 19:01
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.82 Update Rust crate anyhow to v1.0.83 May 6, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 263e1e6 to a55a31f Compare May 17, 2024 20:58
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.83 Update Rust crate anyhow to v1.0.84 May 17, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from a55a31f to 27165e8 Compare May 18, 2024 03:03
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.84 Update Rust crate anyhow to v1.0.85 May 18, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 27165e8 to 9c5b996 Compare May 18, 2024 14:33
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.85 Update Rust crate anyhow to v1.0.86 May 18, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.86 Update Rust crate anyhow to v1.0.87 Sep 6, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.87 Update Rust crate anyhow to v1.0.88 Sep 11, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.88 Update Rust crate anyhow to v1.0.89 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 9c5b996 to dc8bb79 Compare September 16, 2024 09:20
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from dc8bb79 to 42dc638 Compare October 18, 2024 17:55
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.89 Update Rust crate anyhow to v1.0.90 Oct 18, 2024
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.90 Update Rust crate anyhow to v1.0.91 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 42dc638 to 0231fc2 Compare October 22, 2024 22:05
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 0231fc2 to 48f5e6f Compare November 1, 2024 06:09
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.91 Update Rust crate anyhow to v1.0.92 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 48f5e6f to 6d95507 Compare November 6, 2024 06:30
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.92 Update Rust crate anyhow to v1.0.93 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 6d95507 to 7fdffa0 Compare December 3, 2024 23:42
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.93 Update Rust crate anyhow to v1.0.94 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/anyhow-1.x-lockfile branch from 7fdffa0 to dc98a1b Compare December 22, 2024 12:49
@renovate renovate bot changed the title Update Rust crate anyhow to v1.0.94 Update Rust crate anyhow to v1.0.95 Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants