diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-25 15:04:19 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-25 13:59:18 -0600 |
| commit | 40d8ef1ec9f5e50017c41af8bf3b9f8454f97544 (patch) | |
| tree | eefb6007615b038be1cc35e1c92b72e0401edcab /Cargo.lock | |
| parent | aa85a4d2884e7600e0f64c457e20cd7f02b811c6 (diff) | |
v0.3.10
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 36229593f..32ca28ecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.9" +version = "0.3.10" dependencies = [ "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -209,12 +209,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.3.9" +version = "0.3.10" 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.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.3.9", + "deno 0.3.10", "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.26 (registry+https://github.com/rust-lang/crates.io-index)", |
