build(deps): update pest crates to 2.8.4

This commit is contained in:
renovate[bot]
2025-11-21 12:42:56 +00:00
committed by GitHub
parent 4b7d9d41e7
commit 6fb6b6cabc
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ os_info = "3.13.0"
# 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.3"
pest_derive = "2.8.3"
pest = "2.8.4"
pest_derive = "2.8.4"
process_control = "5.2.0"
quick-xml = "0.38.4"
rand = "0.9.2"