build: bump semver from 1.0.7 to 1.0.9 (#3954)

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.7...1.0.9)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-03 04:46:19 +02:00 committed by GitHub
parent c768d039d1
commit e8db797b52
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

@ -1721,9 +1721,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.7"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
[[package]]
name = "semver-parser"
@ -1940,7 +1940,7 @@ dependencies = [
"regex",
"rust-ini",
"schemars",
"semver 1.0.7",
"semver 1.0.9",
"serde",
"serde_json",
"sha-1 0.10.0",

View File

@ -61,7 +61,7 @@ rand = "0.8.5"
rayon = "1.5.2"
regex = "1.5.5"
rust-ini = "0.18.0"
semver = "1.0.7"
semver = "1.0.9"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.80"
sha-1 = "0.10.0"