summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 40e95c8f5..feeb1aab4 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -25,7 +25,7 @@ deno_console = { version = "0.17.0", path = "../ext/console" }
deno_core = { version = "0.99.0", path = "../core" }
deno_crypto = { version = "0.31.0", path = "../ext/crypto" }
deno_fetch = { version = "0.40.0", path = "../ext/fetch" }
-deno_net = { version = "0.8.0", path = "../ext/net" }
+deno_net = { version = "0.9.0", path = "../ext/net" }
deno_url = { version = "0.17.0", path = "../ext/url" }
deno_web = { version = "0.48.0", path = "../ext/web" }
deno_webgpu = { version = "0.18.0", path = "../ext/webgpu" }