summaryrefslogtreecommitdiff
path: root/ext/net
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net')
-rw-r--r--ext/net/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 9cf1036dc..51700db4d 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -16,8 +16,6 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.99.0", path = "../../core" }
deno_tls = { version = "0.4.0", path = "../tls" }
-
-lazy_static = "1.4.0"
log = "0.4.14"
serde = { version = "1.0.129", features = ["derive"] }
tokio = { version = "1.10.1", features = ["full"] }