Skip to content

Commit

Permalink
Bump serial_test from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 8a8f1eb commit e5a4d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ features = ["options"]
abscissa_core = { version = "=0.6.0", features = ["testing"] }
once_cell = "1.19"
regex = "1.9"
serial_test = "2.0.0"
serial_test = "3.0.0"
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ default-features = false

[dev-dependencies]
ibc-relayer-types = { version = "0.27.0", path = "../relayer-types", features = ["mocks"] }
serial_test = "2.0.0"
serial_test = "3.0.0"
env_logger = "0.10.0"
test-log = { version = "0.2.14", features = ["trace"] }

Expand Down

0 comments on commit e5a4d26

Please sign in to comment.