diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-11-26 08:22:18 -0800 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-26 10:01:59 -0800 |
| commit | 2cd22b5437a375f0e33f26327101afb818a03802 (patch) | |
| tree | 0208cd6a912e1a183c1e4c57b690b44d0598d19a /Cargo.lock | |
| parent | 9712e0c31582b5052e7e647f694af1f7bccad0b9 (diff) | |
v0.25.0
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 16f6caad6..9624ea88a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.24.0" +version = "0.25.0" dependencies = [ "downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -283,15 +283,15 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.24.0" +version = "0.25.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)", "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.24.0", - "deno_typescript 0.24.0", + "deno 0.25.0", + "deno_typescript 0.25.0", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "deno_typescript" -version = "0.24.0" +version = "0.25.0" dependencies = [ - "deno 0.24.0", + "deno 0.25.0", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] |
