diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-11 15:00:32 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-11 15:35:21 -0400 |
| commit | 8584d80cfd26111825af5a69fc6ae4c367ad0700 (patch) | |
| tree | a72acf3bcca24427dc010799455e20bea8e129d4 /Cargo.lock | |
| parent | 960ee5257a7b38c6b3b59a3dca670c7c1771996f (diff) | |
v0.3.7
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 312915d70..b98405991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.6" +version = "0.3.7" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -206,12 +206,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.3.6" +version = "0.3.7" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.3.6", + "deno 0.3.7", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
