File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ compat-3-3-0 = []
3535bson-2 = [" dep:bson2" , " mongocrypt/bson-2" ]
3636bson-3 = [" dep:bson3" , " mongocrypt/bson-3" ]
3737sync = []
38- rustls-tls = [" dep:rustls" , " dep:tokio-rustls" ]
38+ rustls-tls = [" dep:rustls" , " dep:tokio-rustls" , " dep:webpki-roots " ]
3939openssl-tls = [" dep:openssl" , " dep:openssl-probe" , " dep:tokio-openssl" ]
4040dns-resolver = [" dep:hickory-resolver" , " dep:hickory-proto" ]
4141cert-key-password = [" dep:pem" , " dep:pkcs8" ]
@@ -125,7 +125,7 @@ thiserror = "2"
125125tokio-openssl = { version = " 0.6.3" , optional = true }
126126tracing = { version = " 0.1.36" , optional = true }
127127typed-builder = " 0.22.0"
128- webpki-roots = " 1"
128+ webpki-roots = { version = " 1" , optional = true }
129129zstd = { version = " 0.11.2" , optional = true }
130130macro_magic = " 0.5.1"
131131rustversion = " 1.0.20"
You can’t perform that action at this time.
0 commit comments