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

Commit

Permalink
Update tendermint-rpc requirement from 0.31.1 to 0.32.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tendermint-rpc](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.31.1...v0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2023
1 parent 1bc8439 commit 43534df
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 @@ -39,7 +39,7 @@ serde_yaml = "0.9.21"
sha2 = "0.10.6"
sha3 = "0.10.7"
tendermint = "0.31.1"
tendermint-rpc = { version = "0.31.1", features = ["http-client"] }
tendermint-rpc = { version = "0.32.0", features = ["http-client"] }
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
tracing = "0.1.37"
ureq = { version = "2.6.2", features = ["json"] }
Expand Down

0 comments on commit 43534df

Please sign in to comment.