diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-22 22:20:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 22:20:17 +0100 |
commit | 9391ba1098177c9463392eca8e3a725b564d90dc (patch) | |
tree | dd1c6d6267141e7627cdd3667450db16b86d6363 /ext/fetch | |
parent | 8547a37132752cf6a979237c5a52a7bf16a4e833 (diff) |
chore: merge v1.17.1 into main (#13184)
Diffstat (limited to 'ext/fetch')
-rw-r--r-- | ext/fetch/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index eec45bcf0..b6b7bd63b 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.52.0" +version = "0.53.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] bytes = "1.1.0" data-url = "0.1.0" -deno_core = { version = "0.111.0", path = "../../core" } -deno_tls = { version = "0.16.0", path = "../tls" } +deno_core = { version = "0.112.0", path = "../../core" } +deno_tls = { version = "0.17.0", path = "../tls" } dyn-clone = "1" http = "0.2.4" reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } |