mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
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:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user