diff --git a/rusoto/core/Cargo.toml b/rusoto/core/Cargo.toml index 5d6724a0d0e..94f9893fa7c 100644 --- a/rusoto/core/Cargo.toml +++ b/rusoto/core/Cargo.toml @@ -28,7 +28,7 @@ crc32fast = "1.2" futures = "0.3" http = "0.2" hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] } -hyper-rustls = { version = "0.23", optional = true, default-dependencies = false, features = [ "http2" ] } +hyper-rustls = { version = "0.23", optional = true, default-dependencies = false, features = [ "http1", "http2", "tls12", "logging" ] } hyper-tls = { version = "0.5.0", optional = true } lazy_static = "1.4" log = "0.4"