Skip to content

Commit

Permalink
Update tendermint-proto requirement from 0.30 to 0.31 (#88)
Browse files Browse the repository at this point in the history
Updates the requirements on [tendermint-proto](https://github.com/informalsystems/tendermint-rs) to permit the latest version.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.30.0...v0.31.1)

---
updated-dependencies:
- dependency-name: tendermint-proto
  dependency-type: direct:production
...

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 Apr 18, 2023
1 parent 72fb9fb commit d11b5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [
borsh = { version = "0.10.0", default-features = false, optional = true }

[dependencies.tendermint-proto]
version = "0.30"
version = "0.31"
default-features = false

[features]
Expand Down

0 comments on commit d11b5d0

Please sign in to comment.