build: bump semver from 1.0.11 to 1.0.12 (#4140)

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

---
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-07-01 03:05:46 -04:00 committed by GitHub
parent eb67534ac9
commit 40408b7ed4
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

@ -1800,9 +1800,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.11"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd"
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
[[package]]
name = "semver-parser"
@ -2036,7 +2036,7 @@ dependencies = [
"regex",
"rust-ini",
"schemars",
"semver 1.0.11",
"semver 1.0.12",
"serde",
"serde_json",
"sha-1 0.10.0",

View File

@ -61,7 +61,7 @@ rand = "0.8.5"
rayon = "1.5.3"
regex = "1.5.6"
rust-ini = "0.18.0"
semver = "1.0.11"
semver = "1.0.12"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.82"
sha-1 = "0.10.0"