mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate regex to 1.10.2 (#5501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ pest_derive = "2.7.4"
|
||||
quick-xml = "0.30.0"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.8.0"
|
||||
regex = { version = "1.10.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||
regex = { version = "1.10.2", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||
rust-ini = "0.19.0"
|
||||
semver = "1.0.20"
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user