diff --git a/Cargo.lock b/Cargo.lock index e04534f8..2f5b6806 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,9 +770,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 7f2355d2..03a64024 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -58,7 +58,7 @@ version = "^0.16.4" path = "../dropshot_endpoint" [dependencies.hyper] -version = "1.7.0" +version = "1.8.1" features = [ "full" ] [dependencies.hyper-util]