mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate regex to 1.11.1
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ process_control = "5.0.0"
|
||||
quick-xml = "0.36.2"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.10.0"
|
||||
regex = { version = "1.11.0", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||
regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||
rust-ini = "0.21.1"
|
||||
semver = "1.0.23"
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user