Update Rust crate tokio to 1.19.0
parent
11c5030839
commit
ad913e7b41
|
@ -932,9 +932,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.18.2"
|
||||
version = "1.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
|
||||
checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
|
|
@ -13,7 +13,7 @@ name = "site"
|
|||
[dependencies]
|
||||
axum = { version = "0.5.6" }
|
||||
hyper = { version = "0.14.19" }
|
||||
tokio = { version = "1.18.2", features = ["full"] }
|
||||
tokio = { version = "1.19.0", features = ["full"] }
|
||||
tracing = "0.1.34"
|
||||
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
|
||||
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
|
||||
|
|
Loading…
Reference in New Issue