Skip to content

Commit

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

---
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 Aug 3, 2022
1 parent b893f97 commit 1d150a4
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 @@ -148,7 +148,7 @@ abscissa_core = { version = "0.5", features = ["testing"] }
hex = "0.4.3"
once_cell = "1.13.0"
regex = "1.6.0"
semver = "1.0.11"
semver = "1.0.13"

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

0 comments on commit 1d150a4

Please sign in to comment.