diff options
author | Squirrel <gilescope@gmail.com> | 2021-09-17 13:39:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 14:39:32 +0200 |
commit | 4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch) | |
tree | 2f7d3bbae75e63566326b9004f27330a27f98633 /ext/net | |
parent | 99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff) |
chore: Remove unused deps from Cargo.toml files (#12106)
Diffstat (limited to 'ext/net')
-rw-r--r-- | ext/net/Cargo.toml | 2 |
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"] } |