summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-19 17:48:12 -0400
committerRy Dahl <ry@tinyclouds.org>2019-10-19 18:46:02 -0400
commit4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (patch)
tree92fffa9b1d8c870b20aaaf73ee27d5738f0514dd /Cargo.lock
parenteff2a27bd02f8987e904907ae6ebb6cb9c07944b (diff)
v0.21.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 01a7ff9f6..2f9fe4518 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.20.0"
+version = "0.21.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.20.0"
+version = "0.21.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.20.0",
- "deno_typescript 0.20.0",
+ "deno 0.21.0",
+ "deno_typescript 0.21.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.20.0"
+version = "0.21.0"
dependencies = [
- "deno 0.20.0",
+ "deno 0.21.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)",
]