Skip to content

Commit

Permalink
Update serial_test requirement from 2 to 3
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...v2.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 and gibbz00 committed Jan 16, 2024
1 parent ff5ec9d commit 21c0ae3
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 @@ -27,7 +27,7 @@ serde_regex = "1"
serde_with = "3"
serde_yaml = "0.9"
serde_json = "1"
serial_test = { version = "2", default-features = false }
serial_test = { version = "3", default-features = false }
sha2 = "0.10"
strum = { version = "0.25", features = ["derive"] }
tempfile = "3"
Expand Down

0 comments on commit 21c0ae3

Please sign in to comment.