From f3d1cd787decd508eba0dd8ebc12ad33a8a1fe15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:31:27 -0600 Subject: [PATCH] Update serial_test requirement from 0.9 to 0.10 (#27) 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.9.0...v0.10.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 6a24dc4..cfd583f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ openssl = "0.10" passivized_htpasswd = "0.0.3" passivized_test_support = "0.0.7" rand = "0.8" -serial_test = "0.9" +serial_test = "0.10" simple_logger = { version = "4.0", default-features = false, features = ["timestamps", "threads"] } tar = "0.4" thiserror = "1.0"