Compare commits

..

No commits in common. "81880611ff6d028c112bfdffcc3324d6750802b5" and "f0baa11eb6b74f3b20ed1be04cd4d7eedddf3e21" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
version = "0.5.11"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2cc6e8e8c993cb61a005fab8c1e5093a29199b7253b05a6883999312935c1ff"
checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629"
dependencies = [
"async-trait",
"axum-core",

View File

@ -11,7 +11,7 @@ name = "site"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.5.11" }
axum = { version = "0.5.9" }
hyper = { version = "0.14.19" }
tokio = { version = "1.19.2", features = ["full"] }
tracing = "0.1.35"