diff --git a/Cargo.lock b/Cargo.lock index ee8bc4e63..eaff4e844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2350,9 +2350,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "f6884a48c6826ec44f524c7456b163cebe9e55a18d7b5e307cb4f100371cc767" dependencies = [ "futures-util", "http", @@ -3014,7 +3014,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79039afbd..e266033fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ features = [ # Hyper Rustls support [workspace.dependencies.hyper-rustls] -version = "0.27.3" +version = "0.27.4" features = ["http1", "http2"] default-features = false