From a611788834e40153ef27c8f1d6b7fd52c8a016b1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 Nov 2019 17:57:16 -0500 Subject: v0.23.0 --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 57e329531..2751cbe51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.22.0" +version = "0.23.0" dependencies = [ "downcast-rs 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -267,14 +267,14 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.22.0" +version = "0.23.0" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.22.0", - "deno_typescript 0.22.0", + "deno 0.23.0", + "deno_typescript 0.23.0", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -316,9 +316,9 @@ dependencies = [ [[package]] name = "deno_typescript" -version = "0.22.0" +version = "0.23.0" dependencies = [ - "deno 0.22.0", + "deno 0.23.0", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] -- cgit v1.2.3