summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index f3091eb30..2c123fcf3 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -29,7 +29,7 @@ deno_crypto = { version = "0.31.0", path = "../ext/crypto" }
deno_fetch = { version = "0.40.0", path = "../ext/fetch" }
deno_ffi = { version = "0.4.0", path = "../ext/ffi" }
deno_http = { version = "0.9.0", path = "../ext/http" }
-deno_net = { version = "0.8.0", path = "../ext/net" }
+deno_net = { version = "0.9.0", path = "../ext/net" }
deno_timers = { version = "0.15.0", path = "../ext/timers" }
deno_tls = { version = "0.4.0", path = "../ext/tls" }
deno_url = { version = "0.17.0", path = "../ext/url" }
@@ -51,7 +51,7 @@ deno_crypto = { version = "0.31.0", path = "../ext/crypto" }
deno_fetch = { version = "0.40.0", path = "../ext/fetch" }
deno_ffi = { version = "0.4.0", path = "../ext/ffi" }
deno_http = { version = "0.9.0", path = "../ext/http" }
-deno_net = { version = "0.8.0", path = "../ext/net" }
+deno_net = { version = "0.9.0", path = "../ext/net" }
deno_timers = { version = "0.15.0", path = "../ext/timers" }
deno_tls = { version = "0.4.0", path = "../ext/tls" }
deno_url = { version = "0.17.0", path = "../ext/url" }