Skip to content

Commit

Permalink
build(deps): bump tendermint-rpc from 0.30.0 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) from 0.30.0 to 0.33.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.30.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent eb20984 commit 0d8d014
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 32 deletions.
156 changes: 131 additions & 25 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 @@ -14,7 +14,7 @@ description = """
[dependencies]
ibc-proto = { version = "0.28.0" }
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types", features = ["std"] }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }
tendermint-rpc = { version = "0.33.0", features = ["http-client", "websocket-client"] }

async-trait = "0.1.67"
flex-error = { version = "0.4.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ version = "0.30.0"
features = ["secp256k1"]

[dependencies.tendermint-rpc]
version = "0.30.0"
version = "0.33.0"
features = ["http-client", "websocket-client"]

[dependencies.tendermint-light-client-verifier]
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 @@ -77,5 +77,5 @@ env_logger = "0.10.0"
tracing = { version = "0.1.36", default-features = false }
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"] }
test-log = { version = "0.2.10", features = ["trace"] }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }
tendermint-rpc = { version = "0.33.0", features = ["http-client", "websocket-client"] }
tendermint-testgen = { version = "0.30.0" } # Needed for generating (synthetic) light blocks.
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ version = "0.30.0"
features = ["secp256k1"]

[dependencies.tendermint-rpc]
version = "0.30.0"
version = "0.33.0"
features = ["http-client", "websocket-client"]

[dependencies.tendermint-light-client]
Expand Down
2 changes: 1 addition & 1 deletion tools/ckb4ibc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ckb-types = "0.106.0"
hex = "0.4"

relayer = {version = "*", package = "ibc-relayer", path = "../../crates/relayer"}
tendermint-rpc = {version = "0.30.0", features = ["http-client", "websocket-client"]}
tendermint-rpc = {version = "0.33.0", features = ["http-client", "websocket-client"]}
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "sync", "parking_lot"] }

reqwest = { version = "0.11", features = ["json"]}
Expand Down
2 changes: 1 addition & 1 deletion tools/query-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
tendermint = { version = "0.30.0" }
tendermint-rpc = { version = "0.30.0", features = ["http-client"] }
tendermint-rpc = { version = "0.33.0", features = ["http-client"] }

clap = { version = "3.2", features = ["derive"] }
futures = "0.3.27"
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 @@ -18,7 +18,7 @@ ibc-relayer-types = { version = "=0.23.0", path = "../../crates/relayer-type
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" }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }
tendermint-rpc = { version = "0.33.0", features = ["http-client", "websocket-client"] }

http = "0.2.9"
tokio = { version = "1.0", features = ["full"] }
Expand Down

0 comments on commit 0d8d014

Please sign in to comment.