Skip to content

Commit

Permalink
add the new hyper-rustls default features
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Apr 20, 2022
1 parent df31792 commit f7c92c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusoto/core/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit f7c92c3

Please sign in to comment.