diff --git a/Cargo.lock b/Cargo.lock index 204737e..1ea20cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/server/Cargo.toml b/server/Cargo.toml index 8f9ec6a..be11aad 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -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"] }