From 9e9ec9784a639ef7205e1e303301ee558439b045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 10 Oct 2020 12:30:55 +0200 Subject: v1.4.6 --- cli/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 92e0426a0..b5fc5ba4b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.4.5" +version = "1.4.6" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,20 +20,20 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.62.0" } -deno_web = { path = "../op_crates/web", version = "0.14.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.6.0" } +deno_core = { path = "../core", version = "0.63.0" } +deno_web = { path = "../op_crates/web", version = "0.15.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.62.0" } +deno_core = { path = "../core", version = "0.63.0" } deno_doc = "0.1.11" deno_lint = { version = "0.2.3", features = ["json"] } -deno_web = { path = "../op_crates/web", version = "0.14.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.6.0" } +deno_web = { path = "../op_crates/web", version = "0.15.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3