From f7b0f78f4b12270a86fce13274b039c645c3e438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:42:55 -0400 Subject: [PATCH] Update serial_test requirement from 0.8.0 to 0.9.0 (#129) 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/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 463dd6b4..2e078073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,6 @@ rustversion = "1.0.9" [dev-dependencies] lazy_static = "1.4.0" regex = "1.6.0" -serial_test = "0.8.0" +serial_test = "0.9.0" tempfile = "3.3.0"