Skip to content

Commit

Permalink
chore(cargo): update serial_test requirement from ^2.0 to ^3.1
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.1.1)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gierens committed Aug 3, 2024
1 parent d1703f0 commit 96544e5
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 @@ -33,4 +33,4 @@ default-features = false
features = []

[dev-dependencies.serial_test]
version = "^2.0"
version = "^3.1"

0 comments on commit 96544e5

Please sign in to comment.