update tokio version

This commit is contained in:
Mark Thom
2023-01-24 16:17:03 -07:00
parent 28c338416f
commit 5667ec8699
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -2253,9 +2253,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.21.2"
version = "1.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
dependencies = [
"autocfg 1.1.0",
"bytes",
@@ -2268,7 +2268,7 @@ dependencies = [
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi",
"windows-sys 0.42.0",
]
[[package]]

View File

@@ -61,7 +61,7 @@ static_assertions = "1.1.0"
ryu = "1.0.9"
hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5.0"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }
futures = "0.3"
[dev-dependencies]