diff --git a/Cargo.lock b/Cargo.lock index 9e661de46..326afdf94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,9 +2471,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index ad7950d04..f03d11276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ features = [ # Hyper Rustls support [workspace.dependencies.hyper-rustls] -version = "0.27.2" +version = "0.27.3" features = ["http1", "http2"] default-features = false