summaryrefslogtreecommitdiff
path: root/op_crates/fetch
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-04-23 15:05:12 +0200
committerGitHub <noreply@github.com>2021-04-23 15:05:12 +0200
commit52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 (patch)
tree814d1ca47bc7c372c318f62abef9fb3a1a9b84d2 /op_crates/fetch
parent0cef6aca86af713692537703604ad89377e445e3 (diff)
chore: release crates (#10327)
Release crates for the cli 1.9.2 release.
Diffstat (limited to 'op_crates/fetch')
-rw-r--r--op_crates/fetch/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 4b29b3a88..d2ed10714 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.26.0"
+version = "0.27.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.85.0", path = "../../core" }
-deno_file = { version = "0.3.0", path = "../file" }
+deno_core = { version = "0.86.0", path = "../../core" }
+deno_file = { version = "0.4.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"] }