We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ddb2b commit 9ac9bfdCopy full SHA for 9ac9bfd
rusoto/core/Cargo.toml
@@ -27,7 +27,7 @@ bytes = "1.0"
27
crc32fast = "1.2"
28
futures = "0.3"
29
http = "0.2"
30
-hyper = { version = "0.14", features = ["client", "http1", "tcp"] }
+hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
31
hyper-rustls = { version = "0.22", optional = true }
32
hyper-tls = { version = "0.5.0", optional = true }
33
lazy_static = "1.4"
0 commit comments