diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-02-03 16:36:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-03 16:36:07 +0100 |
| commit | f4cc08c4fc97f86d82b860ac11a134dad75dfdca (patch) | |
| tree | 856b87f4faf9a1318e7f8b5ebb2df7c161a90a1a /Cargo.lock | |
| parent | 2b0cf74a8f6335ae4e8ef2dfe1010d2695b1c518 (diff) | |
v0.32.0
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index b2c3e1166..ce5a2da2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.31.0" +version = "0.32.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -344,8 +344,8 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno_core 0.31.0", - "deno_typescript 0.31.0", + "deno_core 0.32.0", + "deno_typescript 0.32.0", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "dlopen 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "dprint-plugin-typescript 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.31.0" +version = "0.32.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)", @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "deno_typescript" -version = "0.31.0" +version = "0.32.0" dependencies = [ - "deno_core 0.31.0", + "deno_core 0.32.0", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1901,8 +1901,8 @@ dependencies = [ name = "test_plugin" version = "0.0.1" dependencies = [ - "deno 0.31.0", - "deno_core 0.31.0", + "deno 0.32.0", + "deno_core 0.32.0", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
