summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-04 11:19:45 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-09-04 17:15:32 -0400
commit82588ec09c199683cff88097e1b90649497239c7 (patch)
tree855956803bc7b74ef8bd1ff9e04fa341a7a02f3a /Cargo.lock
parent5c7c876a71bb15a2176b555d9d88621e26e9ab99 (diff)
v0.17.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c1bab2c7e..daaf89639 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -266,14 +266,14 @@ dependencies = [
[[package]]
name = "deno_cli"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"ansi_term 0.12.0 (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.16.0",
- "deno_cli_snapshots 0.0.3",
- "deno_typescript 0.0.3",
+ "deno 0.17.0",
+ "deno_cli_snapshots 0.17.0",
+ "deno_typescript 0.17.0",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -312,17 +312,17 @@ dependencies = [
[[package]]
name = "deno_cli_snapshots"
-version = "0.0.3"
+version = "0.17.0"
dependencies = [
- "deno 0.16.0",
- "deno_typescript 0.0.3",
+ "deno 0.17.0",
+ "deno_typescript 0.17.0",
]
[[package]]
name = "deno_typescript"
-version = "0.0.3"
+version = "0.17.0"
dependencies = [
- "deno 0.16.0",
+ "deno 0.17.0",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
]