Update Rust crate tokio to 1.22.0
parent
ff0742898c
commit
489a700e22
|
@ -892,9 +892,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.21.2"
|
||||
version = "1.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
|
||||
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes",
|
||||
|
|
|
@ -13,7 +13,7 @@ name = "site"
|
|||
[dependencies]
|
||||
axum = { version = "0.5.17" }
|
||||
hyper = { version = "0.14.21" }
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
tokio = { version = "1.22.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
||||
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }
|
||||
|
|
Loading…
Reference in New Issue