chore(deps): update rust crate hyper to 0.14.26
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

Renovate Bot 2023-04-29 14:01:57 +00:00
parent 1e83db744b
commit c6e45ce322
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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