build(deps): update rust crate semver to 1.0.20 (#5491)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-15 19:02:00 +02:00 committed by GitHub
parent 283d63bd24
commit 6194682464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2529,9 +2529,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.18"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
[[package]]
name = "semver-parser"
@ -2776,7 +2776,7 @@ dependencies = [
"regex",
"rust-ini",
"schemars",
"semver 1.0.18",
"semver 1.0.20",
"serde",
"serde_json",
"sha1",

View File

@ -69,7 +69,7 @@ rand = "0.8.5"
rayon = "1.8.0"
regex = { version = "1.9.5", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.19.0"
semver = "1.0.18"
semver = "1.0.20"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sha1 = "0.10.5"