diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-13 14:54:18 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-13 18:35:04 -0400 |
| commit | 58f0e9b9b1b53ca486ef38ae662b98cbde839248 (patch) | |
| tree | 9f3a6052ee40e91d6ce85a7207fdc59bbff500a3 /Cargo.lock | |
| parent | 1f8b1a587c397dd01e058820769580323a0f7330 (diff) | |
v0.15.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 f756ebecc..964c0ab10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.14.0" +version = "0.15.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)", @@ -225,12 +225,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.14.0" +version = "0.15.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.14.0", + "deno 0.15.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)", |
