Skip to content

Commit 0919f44

Browse files
fix(deps): update rust crate async-trait to v0.1.88 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d996124 commit 0919f44

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
@@ -7,7 +7,7 @@ edition = "2024"
77

88
[dependencies]
99
anyhow = "=1.0.98"
10-
async-trait = "=0.1.86"
10+
async-trait = "=0.1.88"
1111
axum = "=0.8.1"
1212
bytes = "=1.10.0"
1313
envy = "=0.4.2"

0 commit comments

Comments
 (0)