From 86cc0e74194ab77e47019780d31acd3adc2db9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:26:54 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.99 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- protobufs/Cargo.toml | 2 +- tck/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9afbbff9..5997efb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,9 +115,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index 1906c0f7..bc3dfea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ default-features = false features = ["std", "arc-swap", "unsize"] [dev-dependencies] -anyhow = "1.0.99" +anyhow = "1.0.100" assert_matches = "1.5.0" clap = { version = "4.5.45", features = ["derive", "env"] } dotenvy = "0.15.5" diff --git a/protobufs/Cargo.toml b/protobufs/Cargo.toml index fa2c4b23..cbbfcab2 100644 --- a/protobufs/Cargo.toml +++ b/protobufs/Cargo.toml @@ -46,7 +46,7 @@ features = ["std", "prost-derive"] version = "0.12.3" [build-dependencies] -anyhow = "1.0.99" +anyhow = "1.0.100" tonic-build = "0.12.3" regex = "1.11.2" fs_extra = "1.3.0" diff --git a/tck/Cargo.toml b/tck/Cargo.toml index d8ff4641..29624129 100644 --- a/tck/Cargo.toml +++ b/tck/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/hiero-ledger/hiero-sdk-rust" [dependencies] tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } tokio = { version = "1.47.0", features = ["signal"] } -anyhow = "1.0.99" +anyhow = "1.0.100" tower = { version = "0.4.13", features = ["tracing"] } tracing = "0.1.41" async-trait = "0.1.89"