summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-09-21 09:20:21 +0530
committerGitHub <noreply@github.com>2021-09-21 09:20:21 +0530
commit923c5432e06aec6ec705304b818bba21c2b497d8 (patch)
tree065f274ed375f36ccc5243e0c0451981a7ffbc1f /runtime/Cargo.toml
parent0f23d926019d333572366a4de4f291b848fa6ded (diff)
chore: bump deno_net (#12157)
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" }