Skip to content

Commit

Permalink
chore(deps): update ibc-proto requirement from 0.42.2 to 0.43.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ibc-proto](https://github.com/cosmos/ibc-proto-rs) to permit the latest version.
- [Release notes](https://github.com/cosmos/ibc-proto-rs/releases)
- [Changelog](https://github.com/cosmos/ibc-proto-rs/blob/main/CHANGELOG.md)
- [Commits](cosmos/ibc-proto-rs@v0.42.2...v0.42.2)

---
updated-dependencies:
- dependency-name: ibc-proto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 41348af commit 296eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ibc-client-wasm-types = { version = "0.51.0", path = "./ibc-clients/ics08-
ibc-app-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics20-transfer/types", default-features = false }
ibc-app-nft-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics721-nft-transfer/types", default-features = false }

ibc-proto = { version = "0.42.2", default-features = false }
ibc-proto = { version = "0.43.0", default-features = false }

# cosmos dependencies
tendermint = { version = "0.34.0", default-features = false }
Expand Down

0 comments on commit 296eccb

Please sign in to comment.