Skip to content

Commit

Permalink
chore(deps): update ibc-proto requirement in /crates/ibc
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.37.1...v0.38.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 553bc79 commit f0ea3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mocks = ["tendermint-testgen", "parking_lot", "typed-builder", "std"]

[dependencies]
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = { version = "0.37.1", default-features = false }
ibc-proto = { version = "0.38.0", default-features = false }
ics23 = { version = "0.11", default-features = false, features = ["host-functions"] }
time = { version = ">=0.3.0, <0.3.31", default-features = false }
serde_derive = { version = "1.0.104", default-features = false, optional = true }
Expand Down

0 comments on commit f0ea3c2

Please sign in to comment.