@@ -88,7 +88,7 @@ __tls = ["dep:rustls-pki-types", "tokio/io-util"]
8888
8989# Enables common rustls code.
9090__rustls = [" dep:hyper-rustls" , " dep:tokio-rustls" , " dep:rustls" , " __tls" ]
91- __rustls-aws-lc-rs = [" hyper-rustls?/aws-lc-rs" , " tokio-rustls?/aws-lc-rs" , " rustls?/aws-lc-rs" , " quinn?/aws-lc-rs" ]
91+ __rustls-aws-lc-rs = [" hyper-rustls?/aws-lc-rs" , " tokio-rustls?/aws-lc-rs" , " rustls?/aws-lc-rs" , " quinn?/rustls- aws-lc-rs" ]
9292
9393# Enables common native-tls code.
9494__native-tls = [" dep:hyper-tls" , " dep:native-tls-crate" , " __tls" , " dep:tokio-native-tls" ]
@@ -159,7 +159,7 @@ once_cell = { version = "1.18", optional = true }
159159# HTTP/3 experimental support
160160h3 = { version = " 0.0.8" , optional = true }
161161h3-quinn = { version = " 0.0.10" , optional = true }
162- quinn = { version = " 0.11.1" , default-features = false , features = [" rustls " , " runtime-tokio" ], optional = true }
162+ quinn = { version = " 0.11.1" , default-features = false , features = [" runtime-tokio" ], optional = true }
163163futures-channel = { version = " 0.3" , optional = true }
164164
165165[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
0 commit comments