diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-13 12:59:47 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-13 16:40:08 -0400 |
| commit | 7e3296dad92cee2e8b77baedfbeca38aa297928e (patch) | |
| tree | 3818f442d6e792e698983f89ad943677543b6797 /Cargo.lock | |
| parent | aa7a0f4bd86ca325509bd05b4eba69b369671501 (diff) | |
v0.18.0
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index a4d193615..05632eba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.17.0" +version = "0.18.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,14 +266,14 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.17.0" +version = "0.18.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.17.0", - "deno_cli_snapshots 0.17.0", - "deno_typescript 0.17.0", + "deno 0.18.0", + "deno_cli_snapshots 0.18.0", + "deno_typescript 0.18.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)", @@ -312,17 +312,17 @@ dependencies = [ [[package]] name = "deno_cli_snapshots" -version = "0.17.0" +version = "0.18.0" dependencies = [ - "deno 0.17.0", - "deno_typescript 0.17.0", + "deno 0.18.0", + "deno_typescript 0.18.0", ] [[package]] name = "deno_typescript" -version = "0.17.0" +version = "0.18.0" dependencies = [ - "deno 0.17.0", + "deno 0.18.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)", ] |
