diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-18 14:32:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 14:32:16 -0400 |
| commit | bf804d3ffff39dab3c7fc8a1a91538ec51276223 (patch) | |
| tree | 746a1109f6c197a3d1ac450234bb673d9124e1d2 /Cargo.lock | |
| parent | 2f29673fb215885dd6b4a0f71382e05fff2f7957 (diff) | |
fix(fmt): regression where some short if stmt headers being split on multiple lines (#14292)
Closes #14291
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 83e19afab..abb320355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,9 +1254,9 @@ dependencies = [ [[package]] name = "dprint-core" -version = "0.55.2" +version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0949cebae991e4215da705feb1836239c0cad68dec02108588eec3148320f5d" +checksum = "1741a00ab79da9edf86cdecf63399321eba60b5b9a301b3c99fbba1744fdc050" dependencies = [ "anyhow", "bumpalo", @@ -1293,9 +1293,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.67.0" +version = "0.67.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d487fc7a7c525276ab86e0069cf0533ee53b1947e98a954f8d65638c059cd9ea" +checksum = "6929da48aa12ba4bfc42d6f4e134b1d73fb31ff662c9938e9dafae4063000e66" dependencies = [ "anyhow", "deno_ast", |
