Skip to content

Commit

Permalink
chore(deps): update tendermint requirement from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tendermint](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](https://github.com/informalsystems/tendermint-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 41348af commit 28a20a8
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 @@ -105,7 +105,7 @@ ibc-app-nft-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics721-nf
ibc-proto = { version = "0.42.2", default-features = false }

# cosmos dependencies
tendermint = { version = "0.34.0", default-features = false }
tendermint = { version = "0.35.0", default-features = false }
tendermint-light-client = { version = "0.34.0", default-features = false }
tendermint-light-client-verifier = { version = "0.34.0", default-features = false }
tendermint-proto = { version = "0.34.0", default-features = false }
Expand Down

0 comments on commit 28a20a8

Please sign in to comment.