From 4b79e5a459de16bb85c70eaf9c716e51f1c281bd Mon Sep 17 00:00:00 2001 From: Squirrel Date: Fri, 17 Sep 2021 13:39:32 +0100 Subject: chore: Remove unused deps from Cargo.toml files (#12106) --- ext/net/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/net') 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"] } -- cgit v1.2.3