diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-29 14:29:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 20:29:00 +0200 |
| commit | e6f4c8f5310fbdb969eecd5613047059f714d517 (patch) | |
| tree | 858fbbfb2e369ac50d75870fe15d5f3171aee6f1 /Cargo.lock | |
| parent | 48daf2dc88c2ec340af37a176fd9351010b38929 (diff) | |
fix(fmt/md): better handling of lists in block quotes (#23604)
* https://github.com/dprint/dprint-plugin-markdown/pull/94
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d70b3266f..3b8e4a715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ dependencies = [ [[package]] name = "dprint-plugin-markdown" -version = "0.16.4" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9153b4bd411eea99ed14afa19b7aede250594d96a6ebeee3130b18b575a9ac7" +checksum = "2b2642e4a5f3a2262bb9baef8739f90d99b73ca21bc65f46c320a7817fd65438" dependencies = [ "anyhow", "dprint-core", |
