Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
denobot 2022-07-05 21:14:22 +05:30 committed by David Sherret
parent a919a5dd11
commit ef312e0050
24 changed files with 129 additions and 114 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
version = "0.82.0"
version = "0.83.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.1"
deno_core = { version = "0.141.0", path = "../../core" }
deno_tls = { version = "0.46.0", path = "../tls" }
deno_core = { version = "0.142.0", path = "../../core" }
deno_tls = { version = "0.47.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.6"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }