fix(deps): update rust crate hyper to 0.14.19

This commit is contained in:
Renovate Bot 2022-05-27 19:49:58 +00:00 committed by renovate[bot]
parent 9e9c2d21ff
commit 6d4c73cf86
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -737,9 +737,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
version = "0.14.18"
version = "0.14.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
dependencies = [
"bytes",
"futures-channel",

View File

@ -9,7 +9,7 @@ log = "0.4.17"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }
tower-http = { version = "0.3.3", features = ["full"] }
hyper = { version = "0.14.18", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
rust_utilities = { version = "0.2.0", features = ["jsonwebtoken"] }
homedisk-database = { path = "../database" }
homedisk-types = { path = "../types", features = ["axum"] }