diff options
Diffstat (limited to 'ext/tls/Cargo.toml')
-rw-r--r-- | ext/tls/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 579f90ce2..0eddee5ea 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -15,8 +15,8 @@ path = "lib.rs" [dependencies] deno_core.workspace = true -deno_native_certs = "0.2.0" -rustls = { workspace = true, features = ["dangerous_configuration"] } +deno_native_certs = "0.3.0" +rustls.workspace = true rustls-pemfile.workspace = true rustls-tokio-stream.workspace = true rustls-webpki.workspace = true |