diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-13 17:45:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 17:45:22 -0500 |
| commit | 87c329c45ac0e3382c115793094317df15cbe5bf (patch) | |
| tree | 7e67c73fe0875e6060b8b004d9763e4dcf9b284f /Cargo.lock | |
| parent | 621aeef8364fcbd2da93b208971c51a4fbf08903 (diff) | |
v0.33.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 a12141b85..7e67d6e37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.32.0" +version = "0.33.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)", @@ -353,8 +353,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.32.0", - "deno_typescript 0.32.0", + "deno_core 0.33.0", + "deno_typescript 0.33.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.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -392,7 +392,7 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.32.0" +version = "0.33.0" dependencies = [ "derive_deref 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -408,9 +408,9 @@ dependencies = [ [[package]] name = "deno_typescript" -version = "0.32.0" +version = "0.33.0" dependencies = [ - "deno_core 0.32.0", + "deno_core 0.33.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)", ] @@ -1909,8 +1909,8 @@ dependencies = [ name = "test_plugin" version = "0.0.1" dependencies = [ - "deno 0.32.0", - "deno_core 0.32.0", + "deno 0.33.0", + "deno_core 0.33.0", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
