Skip to content

Commit 8adea8b

Browse files
fix(deps): update rust crate anyhow to 1.0.102 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 217c038 commit 8adea8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/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.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] }
3030
serde_json = "1.0.149"
3131

3232
# Error handling
33-
anyhow = "1.0.101"
33+
anyhow = "1.0.102"
3434

3535
# Async runtime
3636
tokio = { version = "1.49.0", features = ["rt-multi-thread", "sync", "macros"] }

0 commit comments

Comments
 (0)