From bace8bef7e1ba87542d037b3d9ec2ba5ae1f78ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 20:22:08 +0000 Subject: [PATCH] Update serial_test requirement from 0.3 to 0.5 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.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84fc9f0..c7d5265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ console = "0.9" [dev-dependencies] tempfile = "3" tempdir = "0.3" -serial_test = "0.3" +serial_test = "0.5"