build(deps): update pest crates to 2.8.6

This commit is contained in:
renovate[bot]
2026-02-05 13:13:47 +00:00
committed by GitHub
parent 4f879b5aa4
commit f72a79dc21
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ os_info = { version = "3.14.0", features = ["schemars"] }
# for efficient shared state between `git_status` and `git_metrics`, allowing parallel printing. This is for poison-free locks.
parking_lot = "0.12.5"
path-slash = "0.2.1"
pest = "2.8.5"
pest_derive = "2.8.5"
pest = "2.8.6"
pest_derive = "2.8.6"
process_control = "5.2.0"
quick-xml = "0.39.0"
rand = "0.9.2"