Compare commits

..

No commits in common. "892730775f4bdbb7121e15a891396af45bec2da4" and "8fd19cf2bc8e66cdde08680a9d6930651083ee0f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -932,9 +932,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.19.2"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
dependencies = [
"bytes",
"libc",

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.7" }
hyper = { version = "0.14.19" }
tokio = { version = "1.19.2", features = ["full"] }
tokio = { version = "1.18.2", features = ["full"] }
tracing = "0.1.35"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }