Skip to content

Commit f9659cf

Browse files
chore(deps): update serial_test requirement from 2.0.0 to 3.0.0 (gakonst#2709)
Updates the requirements on [serial_test](https://github.com/palfrey/serial_test) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f851ffe commit f9659cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethers-etherscan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ethers-solc.workspace = true
4343

4444
tempfile.workspace = true
4545
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
46-
serial_test = "2.0.0"
46+
serial_test = "3.0.0"
4747
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
4848

4949
[features]

0 commit comments

Comments
 (0)