diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-22 14:47:25 -0400 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-08-22 15:11:22 -0700 |
| commit | 0809b06a3938868f364f1343b0de4d5d9686495d (patch) | |
| tree | a0823b19eccb54e85455ee1c07b797dea2445b0e /Cargo.lock | |
| parent | 7f9c6decc8982dc9dec762d6f2cc77c6bdd3f817 (diff) | |
v0.16.0
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index bbcccefec..f785728b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.15.0" +version = "0.16.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)", @@ -222,12 +222,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.15.0" +version = "0.16.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.15.0", + "deno 0.16.0", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
