From 68e0076140783272662caa552aa4c87d9482d38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:45:13 +0000 Subject: [PATCH] chore(deps): bump snafu from 0.8.9 to 0.9.0 Bumps [snafu](https://github.com/shepmaster/snafu) from 0.8.9 to 0.9.0. - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.8.9...0.9.0) --- updated-dependencies: - dependency-name: snafu dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfadf00..180280e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,18 +1657,18 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "snafu" -version = "0.8.9" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" +checksum = "d1d4bced6a69f90b2056c03dcff2c4737f98d6fb9e0853493996e1d253ca29c6" dependencies = [ "snafu-derive", ] [[package]] name = "snafu-derive" -version = "0.8.9" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" +checksum = "54254b8531cafa275c5e096f62d48c81435d1015405a91198ddb11e967301d40" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 73634d5..a6b5ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ tracing = "0.1.44" tracing-subscriber = "0.3.22" tower-http = { version = "0.6.8", features = ["trace"] } rust_iso3166 = "0.1.14" -snafu = "0.8.9" +snafu = "0.9.0"