From 9e2e2dfb208ea632eaccd51eb9e0240f2e802f99 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 20 Oct 2020 10:31:20 -0400 Subject: bump versions for op crates (#8048) --- cli/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1cc568d5d..3b4b20c0b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,8 +21,8 @@ path = "./bench/main.rs" [build-dependencies] deno_core = { path = "../core", version = "0.64.0" } -deno_web = { path = "../op_crates/web", version = "0.15.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" } +deno_web = { path = "../op_crates/web", version = "0.15.1" } +deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" @@ -32,8 +32,8 @@ winapi = "0.3.9" deno_core = { path = "../core", version = "0.64.0" } deno_doc = "0.1.12" deno_lint = "0.2.4" -deno_web = { path = "../op_crates/web", version = "0.15.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" } +deno_web = { path = "../op_crates/web", version = "0.15.1" } +deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3