Skip to content

Commit

Permalink
Bump serial_test from 2.0.0 to 3.0.0 (informalsystems#3823)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jan 30, 2024
1 parent e05bd2e commit 670a92c
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
@@ -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
@@ -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.11.1"
test-log = { version = "0.2.14", features = ["trace"] }

0 comments on commit 670a92c

Please sign in to comment.