chore(deps): update rust crate tokio to 1.28.2
parent
e5147a92b9
commit
36128232ac
|
|
@ -922,9 +922,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.28.0"
|
version = "1.28.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
|
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ name = "site"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.6.18" }
|
axum = { version = "0.6.18" }
|
||||||
hyper = { version = "0.14.26" }
|
hyper = { version = "0.14.26" }
|
||||||
tokio = { version = "1.28.0", features = ["full"] }
|
tokio = { version = "1.28.2", features = ["full"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }
|
tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }
|
||||||
tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }
|
tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue