Skip to content

Commit ea2e4af

Browse files
Update Rust crate tokio to 1.52.2
1 parent ef1cf90 commit ea2e4af

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.10"
1818
log = "0.4.29"
1919
moka = { version = "0.12.15", features = ["future"] }
2020
reqwest = { version = "0.13.3", features = ["json"] }
21-
tokio = { version = "1.52.1", features = ["sync"] }
21+
tokio = { version = "1.52.2", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.32"
2424
toml = "1.1.2"

0 commit comments

Comments
 (0)