BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate snafu to 0.8.0 - autoclosed #212

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
snafu dependencies minor 0.7.5 -> 0.8.0

Release Notes

shepmaster/snafu (snafu) ### [`v0.8.0`](https://togithub.com/shepmaster/snafu/blob/HEAD/CHANGELOG.md#080---2023-12-28) [Compare Source](https://togithub.com/shepmaster/snafu/compare/0.7.5...0.8.0) ##### Added - `snafu(transparent)` allows creating compound error types that act as if they were not present, delegating thier `Display` and `Error` implementations to the source error. This is useful when aggregating smaller errors that already completely explain the failure. - `ResultExt::boxed` and `ResultExt::boxed_local` are available to convert an error value into an owned trait object. This is useful when an error type is a generic controlled by the caller. ##### Changed - Rust 1.56 is now the *minimum* supported Rust version. This is a **breaking change**. - Rust 1.65 is now the *default* supported Rust version. This is a **breaking change**. - The item type of the `ChainCompat` iterator is now `&'a (dyn Error + 'b)` to allow downcasting the error trait object to a concrete type. This is a **breaking change**. - Error fields marked `location` are no longer automatically implicitly created. This is a **breaking change**. - Adding `#[snafu]` attributes to the field of a tuple struct are now errors. This is a **breaking change**. - The SNAFU copy of the `Error` trait now marks the `description` and `cause` methods as deprecated, following the standard library's example. This trait is only active when using SNAFU in a no_std environment and no functional difference is intended. ##### Removed - The default `Display` implementation no longer includes the error text of the source error. This is a **breaking change**. - The `backtraces` and `unstable-backtraces-impl-std` feature flags have been removed. This is a **breaking change**. The `Backtrace` type is now the standard library's `Backtrace` type when it is available. ##### Fixed [0.8.0]: https://togithub.com/shepmaster/snafu/releases/tag/0.8.0

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 has been generated by Mend Renovate. View repository job log here.