Skip to content

Commit b588208

Browse files
Update Rust crate tokio to 1.50.0 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cd4910 commit b588208

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 @@ env_logger = "0.11.9"
1818
log = "0.4.29"
1919
moka = { version = "0.12.14", features = ["future"] }
2020
reqwest = { version = "0.13.2", features = ["json"] }
21-
tokio = { version = "1.49.0", features = ["sync"] }
21+
tokio = { version = "1.50.0", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.32"
2424
toml = "1.0.3"

0 commit comments

Comments
 (0)