build(deps): bump semver from 1.0.14 to 1.0.16 (#5878)

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

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

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

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-12-19 20:42:47 +00:00 committed by GitHub
parent 72600d1654
commit 7925c171ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -3550,7 +3550,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.14",
"semver 1.0.16",
]
[[package]]
@ -3697,9 +3697,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.14"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
[[package]]
name = "semver-parser"
@ -5669,7 +5669,7 @@ dependencies = [
"rayon",
"regex",
"reqwest",
"semver 1.0.14",
"semver 1.0.16",
"sentry",
"sentry-tracing",
"serde",

View File

@ -169,7 +169,7 @@ abscissa_core = { version = "0.5", features = ["testing"] }
hex = "0.4.3"
once_cell = "1.16.0"
regex = "1.7.0"
semver = "1.0.14"
semver = "1.0.16"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.91", features = ["preserve_order"] }