Update Rust crate tokio to 1.23.1
parent
ae8227eb8d
commit
2cbba900bc
|
@ -910,9 +910,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.23.0"
|
version = "1.23.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
|
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -13,7 +13,7 @@ name = "site"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.6.1" }
|
axum = { version = "0.6.1" }
|
||||||
hyper = { version = "0.14.21" }
|
hyper = { version = "0.14.21" }
|
||||||
tokio = { version = "1.23.0", features = ["full"] }
|
tokio = { version = "1.23.1", features = ["full"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
||||||
tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] }
|
tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] }
|
||||||
|
|
Loading…
Reference in New Issue