summaryrefslogtreecommitdiff
path: root/extensions/fetch
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-05-11 23:14:24 +0200
committerGitHub <noreply@github.com>2021-05-11 23:14:24 +0200
commitde706961dc4c3eca0cb27155089642336348c910 (patch)
tree1eb192568984ccf2f3f6eb69e672afa0b13b06fa /extensions/fetch
parent8d88a83b882ad3644d4a803fb80919cc5e0f681a (diff)
chore: release crates (#10596)
Diffstat (limited to 'extensions/fetch')
-rw-r--r--extensions/fetch/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml
index d2ed10714..b4ac68924 100644
--- a/extensions/fetch/Cargo.toml
+++ b/extensions/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.27.0"
+version = "0.28.0"
edition = "2018"
description = "Fetch API implementation for Deno"
authors = ["the Deno authors"]
@@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
bytes = "1.0.1"
data-url = "0.1.0"
-deno_core = { version = "0.86.0", path = "../../core" }
-deno_file = { version = "0.4.0", path = "../file" }
+deno_core = { version = "0.87.0", path = "../../core" }
+deno_file = { version = "0.5.0", path = "../file" }
http = "0.2.3"
reqwest = { version = "0.11.2", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.125", features = ["derive"] }