summaryrefslogtreecommitdiff
path: root/ext/net
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-05-13 14:23:39 -0700
committerGitHub <noreply@github.com>2024-05-13 14:23:39 -0700
commitdf879f9f746366ee6bd1dc757514e8e73deddc1d (patch)
tree3f937918a8816ed64678f1fa7adaae4270d8ddc6 /ext/net
parent329a8ae0c098619c8f976f2035e5599094cb43f4 (diff)
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'ext/net')
-rw-r--r--ext/net/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 358d7d181..ab7a6b79c 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -16,10 +16,6 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
deno_tls.workspace = true
-# Pinning to 0.5.1, because 0.5.2 breaks "cargo publish"
-# https://github.com/bluejekyll/enum-as-inner/pull/91
-enum-as-inner = "=0.5.1"
-log.workspace = true
pin-project.workspace = true
rustls-tokio-stream.workspace = true
serde.workspace = true