Skip to content

Commit 986bab0

Browse files
Update Rust crate tokio to 1.46.1 (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c283d2f commit 986bab0

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

api/Cargo.lock

Lines changed: 15 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
@@ -17,7 +17,7 @@ env_logger = "0.11.8"
1717
log = "0.4.27"
1818
moka = { version = "0.12.10", features = ["future"] }
1919
reqwest = { version = "0.12.22", features = ["json"] }
20-
tokio = { version = "1.45.1", features = ["sync"] }
20+
tokio = { version = "1.46.1", features = ["sync"] }
2121
async-trait = "0.1.88"
2222
futures = "0.3.31"
2323
toml = "0.8.23"

0 commit comments

Comments
 (0)