parent
848be4dafb
commit
1140c36942
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4364,6 +4364,7 @@ dependencies = [
|
|||
"tokio-rustls",
|
||||
"tungstenite",
|
||||
"webpki",
|
||||
"webpki-roots",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -35,7 +35,7 @@ kv-fdb-7_1 = ["foundationdb/fdb-7_1", "kv-fdb"]
|
|||
scripting = ["dep:js"]
|
||||
http = ["dep:reqwest"]
|
||||
native-tls = ["dep:native-tls", "reqwest?/native-tls", "tokio-tungstenite?/native-tls"]
|
||||
rustls = ["dep:rustls", "reqwest?/rustls-tls", "tokio-tungstenite?/__rustls-tls"]
|
||||
rustls = ["dep:rustls", "reqwest?/rustls-tls", "tokio-tungstenite?/rustls-tls-webpki-roots"]
|
||||
# Private features
|
||||
kv-fdb = ["foundationdb"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue