summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-02-04 13:08:41 -0500
committerGitHub <noreply@github.com>2021-02-04 13:08:41 -0500
commit644a7ff2d70cbd8bfba4c87b75a047e79830c4b6 (patch)
tree8f9cbd0989cf91e9684b843735c632c902bbfc78 /runtime
parent25b35be50dd59d00e126591dd24d06824e2c50cf (diff)
fetch optimizations (#9402)
Release deno_fetch 0.20.2
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 9d0494709..7c4c9cd54 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -20,7 +20,7 @@ path = "examples/hello_runtime.rs"
[build-dependencies]
deno_core = { path = "../core", version = "0.77.1" }
deno_crypto = { path = "../op_crates/crypto", version = "0.11.1" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.20.1" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.20.2" }
deno_web = { path = "../op_crates/web", version = "0.28.1" }
deno_websocket = { path = "../op_crates/websocket", version = "0.3.1" }
@@ -31,7 +31,7 @@ winapi = "0.3.9"
[dependencies]
deno_core = { path = "../core", version = "0.77.1" }
deno_crypto = { path = "../op_crates/crypto", version = "0.11.1" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.20.1" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.20.2" }
deno_web = { path = "../op_crates/web", version = "0.28.1" }
deno_websocket = { path = "../op_crates/websocket", version = "0.3.1" }