summaryrefslogtreecommitdiff
path: root/ext/tls
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tls')
-rw-r--r--ext/tls/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 4bc7737e9..274f51fa7 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -16,7 +16,6 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
deno_native_certs = "0.2.0"
-once_cell.workspace = true
rustls = { workspace = true, features = ["dangerous_configuration"] }
rustls-pemfile.workspace = true
rustls-tokio-stream.workspace = true