diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-19 12:35:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 16:35:51 +0000 |
| commit | a20418e2e8c4753e9e479ad0c0cc2a2087f374d6 (patch) | |
| tree | c4cbaeeae579b94f95a3bea5eed61bed7e9d3b43 /Cargo.lock | |
| parent | 48701c19f8b2661c7e2cd997e62070d74baa86d0 (diff) | |
fix(fmt): regression with pipe in code blocks in tables (#25098)
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 4d1b26910..d1518bc0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2481,9 +2481,9 @@ dependencies = [ [[package]] name = "dprint-plugin-markdown" -version = "0.17.4" +version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2748618896a9206d21762a64a1d57be380f13e3e6774163d42395ca5bdf2f1" +checksum = "2f1d74e1b3481450e956c35a68e0a5e795796adb13e100d19b6971b9cb531824" dependencies = [ "anyhow", "dprint-core", |
