diff options
| author | Pig Fang <g-plane@hotmail.com> | 2024-09-09 23:45:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 15:45:17 +0000 |
| commit | 3daab54612309a3e3aec5b7b8bd24b39ad510943 (patch) | |
| tree | af442941b60e8b9d1db24879ad6af9968b7518a5 /cli/Cargo.toml | |
| parent | 582be0adc2b80e532cf92ffbc44c8c8268a51774 (diff) | |
fix(fmt): fix tabs in YAML (#25536)
Fixes #25176
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3a141b3e1..c582004ad 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -134,7 +134,7 @@ p256.workspace = true pathdiff = "0.2.1" percent-encoding.workspace = true phf.workspace = true -pretty_yaml = "=0.4.0" +pretty_yaml = "=0.5.0" quick-junit = "^0.3.5" rand = { workspace = true, features = ["small_rng"] } regex.workspace = true |
