build(deps): update pest crates to 2.8.3 (#7049)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-20 17:40:11 +00:00
committed by GitHub
parent 7e056a0a67
commit 231c9465ea
2 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ os_info = "3.12.0"
# for efficient shared state between `git_status` and `git_metrics`, allowing parallel printing. This is for poison-free locks.
parking_lot = "0.12.4"
path-slash = "0.2.1"
pest = "2.8.2"
pest_derive = "2.8.2"
pest = "2.8.3"
pest_derive = "2.8.3"
process_control = "5.2.0"
quick-xml = "0.38.3"
rand = "0.9.2"