summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-04 17:57:16 -0500
committerRy Dahl <ry@tinyclouds.org>2019-11-04 19:46:27 -0500
commita611788834e40153ef27c8f1d6b7fd52c8a016b1 (patch)
tree0a76f967f986d03de38a241264d9249879305236 /Cargo.lock
parent172619445291f6bc2fbb6e3349ae3c383af32969 (diff)
v0.23.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
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)",
]