Compare commits
1 Commits
4380ff6c91
...
cd61af5236
Author | SHA1 | Date |
---|---|---|
Renovate Bot | cd61af5236 |
|
@ -325,9 +325,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.19"
|
version = "0.14.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
@ -1118,9 +1118,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.1.1"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
|
checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
]
|
]
|
||||||
|
|
|
@ -12,7 +12,7 @@ name = "site"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.5.6" }
|
axum = { version = "0.5.6" }
|
||||||
hyper = { version = "0.14.19" }
|
hyper = { version = "0.14.18" }
|
||||||
tokio = { version = "1.18.2", features = ["full"] }
|
tokio = { version = "1.18.2", features = ["full"] }
|
||||||
tracing = "0.1.34"
|
tracing = "0.1.34"
|
||||||
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
|
||||||
|
@ -21,7 +21,7 @@ tar = "0.4.38"
|
||||||
flate2 = "1.0.23"
|
flate2 = "1.0.23"
|
||||||
tokio-util = { version = "0.7.2", features = ["io"] }
|
tokio-util = { version = "0.7.2", features = ["io"] }
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
uuid = { version = "1.1.1", features = ["v4"] }
|
uuid = { version = "1.1.0", features = ["v4"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
metrics = "0.18.1"
|
metrics = "0.18.1"
|
||||||
metrics-exporter-prometheus = "0.9.0"
|
metrics-exporter-prometheus = "0.9.0"
|
||||||
|
|
Loading…
Reference in New Issue