From af9f26ed370c684e705ac6ca31b79f942047a14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:59:07 +0000 Subject: [PATCH] build(deps): update serial_test requirement from 1 to 2 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/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/Cargo.toml b/gio/Cargo.toml index 8080456e4600..1dfc002a3c03 100644 --- a/gio/Cargo.toml +++ b/gio/Cargo.toml @@ -54,4 +54,4 @@ smallvec = "1" futures = "0.3" futures-util = { version = "0.3", features = ["io"] } gir-format-check = "^0.1" -serial_test = "1" +serial_test = "2"