Skip to content

Commit

Permalink
build(deps): bump tendermint-testgen from 0.30.0 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [tendermint-testgen](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-testgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent eb20984 commit e775561
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 21 deletions.
93 changes: 75 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ default-features = false
features = ["rust-crypto"]

[dependencies.tendermint-testgen]
version = "0.30.0"
version = "0.33.0"
optional = true
default-features = false

Expand All @@ -78,4 +78,4 @@ 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-testgen = { version = "0.30.0" } # Needed for generating (synthetic) light blocks.
tendermint-testgen = { version = "0.33.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 @@ -128,4 +128,4 @@ tempfile = "3.3.0"
rand = "0.8.5"

# Needed for generating (synthetic) light blocks.
tendermint-testgen = { version = "0.30.0" }
tendermint-testgen = { version = "0.33.0" }

0 comments on commit e775561

Please sign in to comment.