diff --git a/Cargo.lock b/Cargo.lock index 1fbfaa5a5..4635ca2f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2347,9 +2347,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index a5af09676..a8e1a313a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ version = "0.1.2" # HTTP client and server [workspace.dependencies.hyper] -version = "1.5.2" +version = "1.6.0" features = ["client", "http1", "http2"] # Additional Hyper utilties