Update Rust crate tokio to 1.18.0
parent
5f58b12ea1
commit
4004133a66
|
@ -935,9 +935,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.17.0"
|
||||
version = "1.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
||||
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
|
|
@ -13,7 +13,7 @@ name = "site"
|
|||
[dependencies]
|
||||
axum = { version = "0.5.1" }
|
||||
hyper = { version = "0.14.18" }
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tokio = { version = "1.18.0", features = ["full"] }
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = {version = "0.3.10", features = ["env-filter"] }
|
||||
tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] }
|
||||
|
|
Loading…
Reference in New Issue