diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-21 12:16:59 -0500 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-21 12:44:05 -0500 |
| commit | 7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa (patch) | |
| tree | f22f75af3625a6c797055f627d20bc46df3644de /Cargo.lock | |
| parent | 9de8178c9b9bc21cc880ea81f163118408cc6c46 (diff) | |
v0.30.1
This patch release is being done only to test crate publishing, hence
lack of release notes or published binaries.
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 9d288be2d..16f3f9497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.30.0" +version = "0.30.1" 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)", @@ -258,8 +258,8 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.3 (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.30.0", - "deno_typescript 0.30.0", + "deno_core 0.30.1", + "deno_typescript 0.30.1", "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)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.30.0" +version = "0.30.1" 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)", @@ -311,9 +311,9 @@ dependencies = [ [[package]] name = "deno_typescript" -version = "0.30.0" +version = "0.30.1" dependencies = [ - "deno_core 0.30.0", + "deno_core 0.30.1", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1383,8 +1383,8 @@ dependencies = [ name = "test_plugin" version = "0.0.1" dependencies = [ - "deno 0.30.0", - "deno_core 0.30.0", + "deno 0.30.1", + "deno_core 0.30.1", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
