build(deps): update pest crates to 2.8.5

This commit is contained in:
renovate[bot]
2026-01-03 13:44:27 +00:00
committed by GitHub
parent c576625343
commit 815ddb2245
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.4"
pest_derive = "2.8.4"
pest = "2.8.5"
pest_derive = "2.8.5"
process_control = "5.2.0"
quick-xml = "0.38.4"
rand = "0.9.2"