Skip to content

Commit

Permalink
Bump tendermint-rpc from 0.34.1 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) from 0.34.1 to 0.35.0.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/informalsystems/tendermint-rs/commits/v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 387067f commit e582c1f
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 13 deletions.
134 changes: 122 additions & 12 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 @@ -14,7 +14,7 @@ hyper-tls = "0.5"
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1.0"
tendermint = "0.34"
tendermint-rpc = { version = "0.34", features = ["http-client"] }
tendermint-rpc = { version = "0.35", features = ["http-client"] }
thiserror = "1"
tokio = "1"
tower = { version = "0.4", features = ["buffer", "util"] }
Expand Down

0 comments on commit e582c1f

Please sign in to comment.