From dacb340f8fe959ebf2949ff6e7480935556a9813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 25 Sep 2020 16:53:48 +0200 Subject: v1.4.2 --- 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 1307b445f..86ac0b28f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.4.1" +version = "1.4.2" 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.58.0" } -deno_web = { path = "../op_crates/web", version = "0.9.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.1.0" } +deno_core = { path = "../core", version = "0.59.0" } +deno_web = { path = "../op_crates/web", version = "0.10.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.2.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.58.0" } +deno_core = { path = "../core", version = "0.59.0" } deno_doc = "0.1.9" deno_lint = { version = "0.2.0", features = ["json"] } -deno_web = { path = "../op_crates/web", version = "0.9.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.1.0" } +deno_web = { path = "../op_crates/web", version = "0.10.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.2.0" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3