1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-04 19:03:38 +00:00

build(deps): update rust crate semver to 1.0.23

This commit is contained in:
renovate[bot] 2024-05-07 04:00:56 +00:00 committed by GitHub
parent 875213ce24
commit ff9965ebb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2574,9 +2574,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.22"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
[[package]]
name = "semver-parser"
@ -2811,7 +2811,7 @@ dependencies = [
"regex",
"rust-ini",
"schemars",
"semver 1.0.22",
"semver 1.0.23",
"serde",
"serde_json",
"sha1",

View File

@ -69,7 +69,7 @@ rand = "0.8.5"
rayon = "1.10.0"
regex = { version = "1.10.4", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.0"
semver = "1.0.22"
semver = "1.0.23"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
sha1 = "0.10.6"