diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-09 20:01:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 01:01:33 +0100 |
| commit | dad8036766dca3417b79858b9a04d90447f88605 (patch) | |
| tree | b0b5a5d5c83992af760d095ec59f957c7e60d6e4 /Cargo.lock | |
| parent | b7eb241c3569ead990d28b4f4889c2c52fc7894c (diff) | |
upgrade: dprint 0.8.0 (#4308)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index f8471f4e3..34419865e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,18 +561,18 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" [[package]] name = "dprint-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1571f0f9a597eab84bb34b9e1caad52f1482661c8d5f191632524355a560f30f" +checksum = "37d1aa8ea00ca5fb5a92278a6596b14b0f8336c3d0b6c6cbde4b46817dcd2ed0" dependencies = [ "serde", ] [[package]] name = "dprint-plugin-typescript" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9606967ab3af22b75547a3040349c4f32429189a86626f5b64f1cfb704a25d38" +checksum = "99a9e66790734bbe0c649dbc0ae36fcff75af538f5cd8b39e4583a6301e9ca9a" dependencies = [ "dprint-core", "serde", |
