diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-10-19 06:35:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 06:35:09 -0400 |
commit | fb2cae9687569fc891c13ab4a2862b9e66902a75 (patch) | |
tree | bd15e5e742bfaf57821319987a84e8c1c75db783 /op_crates | |
parent | 59888ff0b27f75feb3ea88cdea943bf9fbd345fd (diff) |
deno_core 0.64.0 (#8025)
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/fetch/Cargo.toml | 2 | ||||
-rw-r--r-- | op_crates/web/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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"] } diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index 7d0c3de6c..51686efbb 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -14,7 +14,7 @@ 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" } idna = "0.2.0" serde = { version = "1.0.116", features = ["derive"] } |