Skip to content

Commit

Permalink
build(deps): bump tendermint-p2p from 0.35.0 to 0.36.0
Browse files Browse the repository at this point in the history
Bumps [tendermint-p2p](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-p2p
  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 c8b7811 commit 11f5f30
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 13 deletions.
67 changes: 55 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 @@ -45,7 +45,7 @@ subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tempfile = "3"
tendermint = { version = "0.35", features = ["secp256k1"] }
tendermint-config = "0.35"
tendermint-p2p = "0.35"
tendermint-p2p = "0.36"
tendermint-proto = "0.35"
thiserror = "1"
url = { version = "2.2.2", features = ["serde"], optional = true }
Expand Down

0 comments on commit 11f5f30

Please sign in to comment.