Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update tendermint requirement from 0.35 to 0.36
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](informalsystems/tendermint-rs@v0.35.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 75822b9 commit 3f73beb
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 @@ -38,7 +38,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
sha3 = "0.10"
tendermint = "0.35"
tendermint = "0.36"
tendermint-rpc = { version = "0.35", features = ["http-client"] }
tokio = { version = "1.37", features = ["rt-multi-thread"] }
tracing = "0.1"
Expand Down

0 comments on commit 3f73beb

Please sign in to comment.