Compare commits

..

No commits in common. "f0b5e331d4189cf4e2cf2ff5fb04d2107022bade" and "4e1fc51c84c1b10ee19e15ca2ed0b6ba108f5a16" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -325,9 +325,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
version = "0.14.19"
version = "0.14.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
dependencies = [
"bytes",
"futures-channel",

View File

@ -12,7 +12,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.6" }
hyper = { version = "0.14.19" }
hyper = { version = "0.14.18" }
tokio = { version = "1.18.2", features = ["full"] }
tracing = "0.1.34"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }