Compare commits
1 Commits
fa54875383
...
19619d38d8
| Author | SHA1 | Date |
|---|---|---|
|
|
19619d38d8 |
|
|
@ -316,9 +316,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.23"
|
version = "0.14.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ name = "site"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.6.1" }
|
axum = { version = "0.6.1" }
|
||||||
hyper = { version = "0.14.23" }
|
hyper = { version = "0.14.24" }
|
||||||
tokio = { version = "1.23.0", features = ["full"] }
|
tokio = { version = "1.23.0", features = ["full"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue