Skip to content

Commit 9ac9bfd

Browse files
wgbenesch
authored andcommitted
enable hyper's http2 feature
1 parent 80ddb2b commit 9ac9bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rusoto/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bytes = "1.0"
2727
crc32fast = "1.2"
2828
futures = "0.3"
2929
http = "0.2"
30-
hyper = { version = "0.14", features = ["client", "http1", "tcp"] }
30+
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
3131
hyper-rustls = { version = "0.22", optional = true }
3232
hyper-tls = { version = "0.5.0", optional = true }
3333
lazy_static = "1.4"

0 commit comments

Comments
 (0)