summaryrefslogtreecommitdiff
path: root/op_crates/fetch
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-10-19 06:35:09 -0400
committerGitHub <noreply@github.com>2020-10-19 06:35:09 -0400
commitfb2cae9687569fc891c13ab4a2862b9e66902a75 (patch)
treebd15e5e742bfaf57821319987a84e8c1c75db783 /op_crates/fetch
parent59888ff0b27f75feb3ea88cdea943bf9fbd345fd (diff)
deno_core 0.64.0 (#8025)
Diffstat (limited to 'op_crates/fetch')
-rw-r--r--op_crates/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 79197e528..5e6c725b0 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.63.0", path = "../../core" }
+deno_core = { version = "0.64.0", path = "../../core" }
reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.116", features = ["derive"] }