diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-02-04 13:08:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 13:08:41 -0500 |
commit | 644a7ff2d70cbd8bfba4c87b75a047e79830c4b6 (patch) | |
tree | 8f9cbd0989cf91e9684b843735c632c902bbfc78 /cli | |
parent | 25b35be50dd59d00e126591dd24d06824e2c50cf (diff) |
fetch optimizations (#9402)
Release deno_fetch 0.20.2
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 9d4630de7..45be23c8d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ path = "./bench/main.rs" [build-dependencies] deno_core = { path = "../core", version = "0.77.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" } regex = "1.4.3" |