objectionary / sodg

Rust implementation of Surging Object DiGraph (SODG)
https://crates.io/crates/sodg
MIT License
9 stars 3 forks source link

Update Rust crate anyhow to v1.0.92 #165

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.75 -> 1.0.92

Release Notes

dtolnay/anyhow (anyhow) ### [`v1.0.92`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.92) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.91...1.0.92) - Support Rust 1.82's `&raw const` and `&raw mut` syntax inside `ensure!` ([#​390](https://redirect.github.com/dtolnay/anyhow/issues/390)) ### [`v1.0.91`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#​388](https://redirect.github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#​386](https://redirect.github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#​383](https://redirect.github.com/dtolnay/anyhow/issues/383)) ### [`v1.0.86`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#​373](https://redirect.github.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#​368](https://redirect.github.com/dtolnay/anyhow/issues/368), [#​371](https://redirect.github.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#​367](https://redirect.github.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#​363](https://redirect.github.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#​354](https://redirect.github.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#​340](https://redirect.github.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#​337](https://redirect.github.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#​293](https://redirect.github.com/dtolnay/anyhow/issues/293), thanks [@​LukasKalbertodt](https://redirect.github.com/LukasKalbertodt)) ### [`v1.0.76`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#​329](https://redirect.github.com/dtolnay/anyhow/issues/329))

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.



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

yegor256 commented 5 months ago

@rultor please, try to merge

rultor commented 5 months ago

@rultor please, try to merge

@renovate[bot] @yegor256 Can't merge it. Some CI checks were failed. Apparently, the pull request is not ready to be merged since it has some problems. Please, fix them first.