Skip to content

Commit

Permalink
build(deps): bump semver from 1.0.16 to 1.0.17
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.16...1.0.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 6ed1d49 commit 2dfee0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3595,7 +3595,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.16",
"semver 1.0.17",
]

[[package]]
Expand Down Expand Up @@ -3756,9 +3756,9 @@ dependencies = [

[[package]]
name = "semver"
version = "1.0.16"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"

[[package]]
name = "semver-parser"
Expand Down Expand Up @@ -5795,7 +5795,7 @@ dependencies = [
"rayon",
"regex",
"reqwest",
"semver 1.0.16",
"semver 1.0.17",
"sentry",
"serde",
"serde_json",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ hex = "0.4.3"
jsonrpc-core = "18.0.0"
once_cell = "1.17.1"
regex = "1.7.1"
semver = "1.0.16"
semver = "1.0.17"

# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.94", features = ["preserve_order"] }
Expand Down

0 comments on commit 2dfee0d

Please sign in to comment.