Update Rust crate hyper to 0.14.22
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

Renovate Bot 2022-10-31 18:01:51 +00:00
parent ff0742898c
commit 738709c8e5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -313,9 +313,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
version = "0.14.21"
version = "0.14.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41a2df176f359a22aee9c8657e674f7aa54e9ba48b512a798e5ca36a1f51065c"
checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
dependencies = [
"bytes",
"futures-channel",

View File

@ -12,7 +12,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.17" }
hyper = { version = "0.14.21" }
hyper = { version = "0.14.22" }
tokio = { version = "1.21.2", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }