diff options
| author | 木杉 <zhmushan@qq.com> | 2020-02-21 13:13:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 00:13:11 -0500 |
| commit | 6dd964384509e71598d08ae09c59f5f2c035a135 (patch) | |
| tree | 6fd509a698fca61157747a6881efd0a240c26e02 /Cargo.lock | |
| parent | a0d3b4ebc509d9e5dfca555084fd1100e114664a (diff) | |
upgrade: dprint 0.6.1 (#4061)
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 5fe439a91..a33c30c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ "deno_typescript 0.34.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.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dprint-plugin-typescript 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dprint-core 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2378,7 +2378,7 @@ dependencies = [ "checksum dlopen_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581" "checksum downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" "checksum dprint-core 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1571f0f9a597eab84bb34b9e1caad52f1482661c8d5f191632524355a560f30f" -"checksum dprint-plugin-typescript 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff414c104954177b7c98a5ce879f270165b5984a8224cb4055d9454c03b2a53" +"checksum dprint-plugin-typescript 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35436beb5b5c902deae6063f3e47a62ba94703828c527381cb05d48be8027cfe" "checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" "checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28" |
