Skip to content

Commit

Permalink
Bump tendermint from 0.35.0 to 0.36.0
Browse files Browse the repository at this point in the history
Bumps [tendermint](https://github.com/informalsystems/tendermint-rs) from 0.35.0 to 0.36.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 5c8190d commit 8283c4b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 6 deletions.
55 changes: 50 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper = "0.14"
hyper-tls = "0.5"
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1.0"
tendermint = "0.35"
tendermint = "0.36"
tendermint-rpc = { version = "0.35", features = ["http-client"] }
thiserror = "1"
tokio = "1"
Expand Down

0 comments on commit 8283c4b

Please sign in to comment.