Skip to content

Commit fdce6c5

Browse files
dependabot[bot]gsstoykov
authored andcommitted
chore(deps): bump anyhow from 1.0.98 to 1.0.99 (hiero-ledger#1084)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gsstoykov <[email protected]> Signed-off-by: Tiago Requeijo <[email protected]>
1 parent 7bc2588 commit fdce6c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ default-features = false
9393
features = ["std", "arc-swap", "unsize"]
9494

9595
[dev-dependencies]
96-
anyhow = "1.0.98"
96+
anyhow = "1.0.99"
9797
assert_matches = "1.5.0"
9898
clap = { version = "4.5.45", features = ["derive", "env"] }
9999
dotenvy = "0.15.5"

protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ features = ["std", "prost-derive"]
4646
version = "0.12.3"
4747

4848
[build-dependencies]
49-
anyhow = "1.0.98"
49+
anyhow = "1.0.99"
5050
tonic-build = "0.12.3"
5151
regex = "1.11.1"
5252
fs_extra = "1.3.0"

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/hiero-ledger/hiero-sdk-rust"
99
[dependencies]
1010
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
1111
tokio = { version = "1.47.0", features = ["signal"] }
12-
anyhow = "1.0.98"
12+
anyhow = "1.0.99"
1313
tower = { version = "0.4.13", features = ["tracing"] }
1414
tracing = "0.1.41"
1515
async-trait = "0.1.89"

0 commit comments

Comments
 (0)