diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-02 00:13:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 00:13:40 +0200 |
commit | 0385a990529399775b76db4c27704faa4a092efa (patch) | |
tree | e427219900b4a2b1ebacdc164bd5ae89ed0f3276 /extensions/fetch | |
parent | 1a5984983f7205769c9b6ce1e3cc66b41dee7bc7 (diff) |
v1.11.3
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'extensions/fetch')
-rw-r--r-- | extensions/fetch/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index a91c03a64..03bc771c9 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.32.0" +version = "0.32.1" edition = "2018" description = "Fetch API implementation for Deno" authors = ["the Deno authors"] @@ -17,7 +17,7 @@ path = "lib.rs" bytes = "1.0.1" data-url = "0.1.0" deno_core = { version = "0.92.0", path = "../../core" } -deno_web = { version = "0.41.0", path = "../web" } +deno_web = { version = "0.41.1", path = "../web" } http = "0.2.4" reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.125", features = ["derive"] } |