Skip to content

Commit 28efda9

Browse files
Update Rust crate tokio to 1.48.0 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 766ae63 commit 28efda9

File tree

2 files changed

+13
-63
lines changed

2 files changed

+13
-63
lines changed

api/Cargo.lock

Lines changed: 12 additions & 62 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
@@ -17,7 +17,7 @@ env_logger = "0.11.8"
1717
log = "0.4.28"
1818
moka = { version = "0.12.11", features = ["future"] }
1919
reqwest = { version = "0.12.24", features = ["json"] }
20-
tokio = { version = "1.47.1", features = ["sync"] }
20+
tokio = { version = "1.48.0", features = ["sync"] }
2121
async-trait = "0.1.89"
2222
futures = "0.3.31"
2323
toml = "0.9.8"

0 commit comments

Comments
 (0)