diff options
author | Satya Rohith <me@satyarohith.com> | 2021-09-21 09:20:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 09:20:21 +0530 |
commit | 923c5432e06aec6ec705304b818bba21c2b497d8 (patch) | |
tree | 065f274ed375f36ccc5243e0c0451981a7ffbc1f /cli | |
parent | 0f23d926019d333572366a4de4f291b848fa6ded (diff) |
chore: bump deno_net (#12157)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
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" } |