summaryrefslogtreecommitdiff
path: root/op_crates/fetch/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/fetch/Cargo.toml')
-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 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"