Skip to content

Commit

Permalink
Bump tendermint from 0.39.1 to 0.40.0
Browse files Browse the repository at this point in the history
Bumps [tendermint](https://github.com/informalsystems/tendermint-rs) from 0.39.1 to 0.40.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.39.1...v0.40.0)

---
updated-dependencies:
- dependency-name: tendermint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent c688c71 commit 44f9ab2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 6 deletions.
53 changes: 48 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.39"
tendermint = "0.40"
tendermint-rpc = { version = "0.39", features = ["http-client"] }
thiserror = "1"
tokio = "1"
Expand Down

0 comments on commit 44f9ab2

Please sign in to comment.