Compare commits

..

No commits in common. "5170aeb601748e10e0c35b41cd95baf8e6039f02" and "5f58b12ea15c654bf7d6b8065d510cba27191d34" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -935,9 +935,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.18.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
dependencies = [
"bytes",
"libc",

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.1" }
hyper = { version = "0.14.18" }
tokio = { version = "1.18.0", features = ["full"] }
tokio = { version = "1.17.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"] }