summaryrefslogtreecommitdiff
path: root/ext/tls/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tls/Cargo.toml')
-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 9f5c78842..51040a7f1 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -16,7 +16,6 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.109.0", path = "../../core" }
lazy_static = "1.4.0"
-reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
rustls = { version = "0.19.1", features = ["dangerous_configuration"] }
rustls-native-certs = "0.5.0"
serde = { version = "1.0.129", features = ["derive"] }