stackabletech / kafka-operator

Stackable Operator for Apache Kafka
Other
23 stars 6 forks source link

chore(deps): update rust crate snafu to 0.8 - autoclosed #704

Closed stackable-bot closed 3 months ago

stackable-bot commented 3 months ago

This PR contains the following updates:

Package Type Update Change
snafu workspace.dependencies minor 0.7 -> 0.8

Release Notes

shepmaster/snafu (snafu) ### [`v0.8.2`](https://togithub.com/shepmaster/snafu/blob/HEAD/CHANGELOG.md#082---2024-03-11) [Compare Source](https://togithub.com/shepmaster/snafu/compare/0.8.1...0.8.2) ##### Fixed - Adding a custom Whatever variant to a generic error enum is now supported. - The `#[report]` macro works better on functions that require more complicated type inference for their return types. [0.8.2]: https://togithub.com/shepmaster/snafu/releases/tag/0.8.2 ### [`v0.8.1`](https://togithub.com/shepmaster/snafu/blob/HEAD/CHANGELOG.md#081---2024-02-26) [Compare Source](https://togithub.com/shepmaster/snafu/compare/0.8.0...0.8.1) ##### Added - Error types that use constant generics are now supported. [0.8.1]: https://togithub.com/shepmaster/snafu/releases/tag/0.8.1 ### [`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. [0.8.0]: https://togithub.com/shepmaster/snafu/releases/tag/0.8.0

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

stackable-bot commented 3 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package snafu@0.7.5 --precise 0.8.2
    Updating crates.io index
error: failed to select a version for the requirement `snafu = "^0.7.5"`
candidate versions found which didn't match: 0.8.2
location searched: crates.io index
required by package `stackable-operator v0.64.0 (https://github.com/stackabletech/operator-rs.git?tag=0.64.0#d988822e)`
    ... which satisfies git dependency `stackable-operator` (locked to 0.64.0) of package `stackable-kafka-crd v0.0.0-dev (/tmp/renovate/repos/github/stackabletech/kafka-operator/rust/crd)`
perhaps a crate was updated and forgotten to be re-vendored?