From c08284ab9d215848af861606dbb2709f8357867e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 21 Mar 2021 16:10:08 +0100 Subject: chore: release crates (#9847) --- op_crates/fetch/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'op_crates/fetch') diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index 40cad8a63..f701e5a49 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.23.0" +version = "0.24.0" edition = "2018" description = "Fetch API implementation for Deno" authors = ["the Deno authors"] @@ -15,9 +15,9 @@ path = "lib.rs" [dependencies] bytes = "1.0.1" -deno_core = { version = "0.81.0", path = "../../core" } +deno_core = { version = "0.82.0", path = "../../core" } reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.123", features = ["derive"] } -tokio = { version = "1.3.0", features = ["full"] } +tokio = { version = "1.4.0", features = ["full"] } tokio-stream = "0.1.5" tokio-util = "0.6.5" -- cgit v1.2.3