From 8f2b9d102ebb3effd12e119c53fc91db5979be4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:29:28 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.98 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 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 af4db3993..620bb99d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,9 +115,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index e9fd5f03c..0bedfbb7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ default-features = false features = ["std", "arc-swap", "unsize"] [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.99" assert_matches = "1.5.0" clap = { version = "4.5.41", features = ["derive", "env"] } dotenvy = "0.15.5" diff --git a/protobufs/Cargo.toml b/protobufs/Cargo.toml index 7661d0fcd..90270eb40 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.98" +anyhow = "1.0.99" tonic-build = "0.12.3" regex = "1.11.1" fs_extra = "1.3.0" diff --git a/tck/Cargo.toml b/tck/Cargo.toml index 5caa4a2fd..3bfc9d8aa 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.19", features = ["env-filter"] } tokio = { version = "1.47.0", features = ["signal"] } -anyhow = "1.0.98" +anyhow = "1.0.99" tower = { version = "0.4.13", features = ["tracing"] } tracing = "0.1.41" async-trait = "0.1.88"