summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-06 12:21:04 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-10-07 12:57:29 -0400
commita4b27db21a10f9913460c054c98fce59f3dd157d (patch)
treed60615b2893e566c0185218df7f3c008c1686bf8 /Cargo.lock
parent41ed4cd34e70683e4b2b81e11b41082e7f73f47f (diff)
v0.20.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 aed292e74..01a7ff9f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.19.0"
+version = "0.20.0"
dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -266,13 +266,13 @@ dependencies = [
[[package]]
name = "deno_cli"
-version = "0.19.0"
+version = "0.20.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)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "deno 0.19.0",
- "deno_typescript 0.19.0",
+ "deno 0.20.0",
+ "deno_typescript 0.20.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)",
@@ -314,9 +314,9 @@ dependencies = [
[[package]]
name = "deno_typescript"
-version = "0.19.0"
+version = "0.20.0"
dependencies = [
- "deno 0.19.0",
+ "deno 0.20.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)",
]