Skip to content

Commit

Permalink
Update serial_test requirement from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 158638f commit 919e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = "0.1"

[dev-dependencies]
mockall = { version = "0.12", default-features = false }
serial_test = { version = "2.0.0", default-features = false }
serial_test = { version = "3.0.0", default-features = false }
criterion = "0.5"
serde_json = "1"
rand = "0.8.5"
Expand Down

0 comments on commit 919e04a

Please sign in to comment.