Skip to content

Commit 06bd989

Browse files
Update Rust crate async-trait to 0.1.89 (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38a9cbe commit 06bd989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4.27"
1818
moka = { version = "0.12.10", features = ["future"] }
1919
reqwest = { version = "0.12.23", features = ["json"] }
2020
tokio = { version = "1.47.1", features = ["sync"] }
21-
async-trait = "0.1.88"
21+
async-trait = "0.1.89"
2222
futures = "0.3.31"
2323
toml = "0.9.5"
2424

0 commit comments

Comments
 (0)