From 632c754560a6ff1124bb8d51077e3a27eda3cb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:11:50 +0000 Subject: [PATCH] deps: bump serial_test from 3.2.0 to 3.4.0 Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v3.2.0...v3.4.0) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c4cf90..c0a3461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5649,11 +5649,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.2.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" +checksum = "911bd979bf1070a3f3aa7b691a3b3e9968f339ceeec89e08c280a8a22207a32f" dependencies = [ - "futures", + "futures-executor", + "futures-util", "log", "once_cell", "parking_lot", @@ -5663,9 +5664,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.2.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" +checksum = "0a7d91949b85b0d2fb687445e448b40d322b6b3e4af6b44a29b21d9a5f33e6d9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 45cadc8..10116da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -274,7 +274,7 @@ tokio-test = "0.4" tempfile = "3.14" criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } proptest = "1.4" -serial_test = "3.1" +serial_test = "3.4" http-body-util = "0.1" insta = { version = "1.41", features = ["yaml", "json"] }