@@ -11,7 +11,7 @@ repository = "https://github.com/awslabs/smithy-rs"
11
11
rt-tokio = [" aws-smithy-async/rt-tokio" ]
12
12
test-util = [" aws-smithy-protocol-test" , " serde/derive" , " rustls" , " hyper/server" , " hyper/h2" , " tokio/full" ]
13
13
native-tls = [" client-hyper" , " hyper-tls" , " rt-tokio" ]
14
- rustls = [" client-hyper" , " hyper-rustls" , " rt-tokio" , " lazy_static" ]
14
+ rustls = [" client-hyper" , " hyper-rustls" , " rt-tokio" , " lazy_static" , " dep:rustls " ]
15
15
client-hyper = [" hyper" ]
16
16
hyper-webpki-doctest-only = [" hyper-rustls/webpki-roots" ]
17
17
@@ -32,6 +32,7 @@ hyper = { version = "0.14.25", features = ["client", "http2", "http1", "tcp"], o
32
32
# https://github.com/rust-lang/cargo/issues/1596
33
33
hyper-rustls = { version = " 0.23.0" , optional = true , features = [" rustls-native-certs" , " http2" ] }
34
34
hyper-tls = { version = " 0.5.0" , optional = true }
35
+ rustls = { version = " 0.20" , optional = true }
35
36
lazy_static = { version = " 1" , optional = true }
36
37
pin-project-lite = " 0.2.7"
37
38
serde = { version = " 1" , features = [" derive" ], optional = true }
0 commit comments