From 96544e584e9679814b3e4aae20afb25fbb986401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:19:46 +0000 Subject: [PATCH] chore(cargo): update serial_test requirement from ^2.0 to ^3.1 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](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.1.1) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74bab12..606ab97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ default-features = false features = [] [dev-dependencies.serial_test] -version = "^2.0" +version = "^3.1"