From 03769f11b5db314c550478852317d9ea108c2f76 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 31 Oct 2020 15:32:43 +0100 Subject: v1.5.1 --- 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 074ff1607..731fb2efb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.5.0" +version = "1.5.1" 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.65.0" } -deno_web = { path = "../op_crates/web", version = "0.16.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } +deno_core = { path = "../core", version = "0.66.0" } +deno_web = { path = "../op_crates/web", version = "0.17.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.65.0" } +deno_core = { path = "../core", version = "0.66.0" } deno_doc = "0.1.14" deno_lint = "0.2.7" -deno_web = { path = "../op_crates/web", version = "0.16.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } +deno_web = { path = "../op_crates/web", version = "0.17.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3