diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-07-29 21:59:44 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 21:59:44 +0530 |
| commit | d0ec29b493f7b0d201368e97f7f89f305c1a7d86 (patch) | |
| tree | fb5e6a40b86492f46851cc909087a57346dd999e /cli/Cargo.toml | |
| parent | 1fc8935ebcca18f9a782ca775392e161e6d8a9b3 (diff) | |
chore: release deno_fetch (#11549)
Diffstat (limited to 'cli/Cargo.toml')
| -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 2daf06daf..c06979443 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ deno_broadcast_channel = { version = "0.7.0", path = "../extensions/broadcast_ch deno_console = { version = "0.13.0", path = "../extensions/console" } deno_core = { version = "0.95.0", path = "../core" } deno_crypto = { version = "0.27.0", path = "../extensions/crypto" } -deno_fetch = { version = "0.35.0", path = "../extensions/fetch" } +deno_fetch = { version = "0.36.0", path = "../extensions/fetch" } deno_http = { version = "0.4.0", path = "../extensions/http" } deno_net = { version = "0.4.0", path = "../extensions/net" } deno_timers = { version = "0.11.0", path = "../extensions/timers" } |
