Skip to content

Commit

Permalink
chore(deps): bump ibc-proto from 0.28.0 to 0.34.0
Browse files Browse the repository at this point in the history
Bumps [ibc-proto](https://github.com/cosmos/ibc-proto-rs) from 0.28.0 to 0.34.0.
- [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.28.0...v0.34.0)

---
updated-dependencies:
- dependency-name: ibc-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent d2aa9e8 commit 4a545f2
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 45 deletions.
127 changes: 86 additions & 41 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/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = """
"""

[dependencies]
ibc-proto = { version = "0.28.0" }
ibc-proto = { version = "0.34.0" }
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types", features = ["std"] }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mocks = ["tendermint-testgen", "clock", "std"]

[dependencies]
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = { version = "0.28.0", default-features = false }
ibc-proto = { version = "0.34.0", default-features = false }
ics23 = { version = "=0.9.0", default-features = false, features = ["host-functions"] }
time = { version = ">=0.3.0, <0.3.21", default-features = false }
serde_derive = { version = "1.0.104", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ profiling = []
telemetry = ["ibc-telemetry"]

[dependencies]
ibc-proto = { version = "0.28.0" }
ibc-proto = { version = "0.34.0" }
ibc-telemetry = { version = "0.23.0", path = "../telemetry", optional = true }
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types", features = [
"mocks",
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = """
ibc-relayer-types = { version = "=0.23.0", path = "../../crates/relayer-types" }
ibc-relayer = { version = "=0.23.0", path = "../../crates/relayer" }
ibc-relayer-cli = { version = "=1.4.0", path = "../../crates/relayer-cli" }
ibc-proto = { version = "0.28.0" }
ibc-proto = { version = "0.34.0" }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }

http = "0.2.9"
Expand Down

0 comments on commit 4a545f2

Please sign in to comment.