Skip to content

Commit f6285c7

Browse files
chore(deps): update rust crate tokio to v1.44.2
1 parent f89fcf1 commit f6285c7

File tree

2 files changed

+93
-77
lines changed

2 files changed

+93
-77
lines changed

Cargo.lock

+92-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mock_instant = { version = "=0.5.1" }
4949
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
5050
reqwest = { version = "=0.11.22", features = ["rustls-tls"], default-features = false }
5151
futures = "=0.3.31"
52-
tokio = { version = "=1.24.2", features = ["rt-multi-thread"] }
52+
tokio = { version = "=1.44.2", features = ["rt-multi-thread"] }
5353
sha2 = "=0.9.9"
5454

5555
[lib]

0 commit comments

Comments
 (0)