Skip to content

Commit

Permalink
Bump tendermint-proto from 0.34.0 to 0.34.1 (#3861)
Browse files Browse the repository at this point in the history
Bumps [tendermint-proto](https://github.com/informalsystems/tendermint-rs) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/v0.34.1/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.34.0...v0.34.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 5512d17 commit dab1cc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ version = "0.34.0"
features = ["clock"]

[dependencies.tendermint-proto]
version = "0.34.0"
version = "0.34.1"

[dependencies.tendermint-light-client-verifier]
version = "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ version = "0.34.0"
features = ["secp256k1"]

[dependencies.tendermint-proto]
version = "0.34.0"
version = "0.34.1"

[dependencies.tendermint-rpc]
version = "0.34.0"
Expand Down

0 comments on commit dab1cc9

Please sign in to comment.