Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2022
1 parent ee6a38d commit 50f6bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vergen = { version = "7.0.0", default-features = false, features = ["cargo", "gi
abscissa_core = { version = "0.5", features = ["testing"] }
once_cell = "1.10.0"
regex = "1.5.5"
semver = "1.0.6"
semver = "1.0.7"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.79", features = ["preserve_order"] }
tempfile = "3.3.0"
Expand Down

0 comments on commit 50f6bea

Please sign in to comment.