Skip to content

Commit 2c88aec

Browse files
fix(deps): update rust crate anyhow to v1.0.100 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c58517 commit 2c88aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
anyhow = "=1.0.99"
9+
anyhow = "=1.0.100"
1010
async-trait = "=0.1.89"
1111
axum = "=0.8.1"
1212
bytes = "=1.10.1"

0 commit comments

Comments
 (0)