From aab33220544719f457f7a28276d9b979edf355df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:38:32 +0000 Subject: [PATCH] chore(deps): bump serial_test from 3.5.0 to 4.0.1 (#11249) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b54df63c5..3716e7cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10003,9 +10003,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.5.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d" +checksum = "a6df5ed973ad8d834e09f824f9e9f449af6b9a3745f78dec7cc752770bd3bf11" dependencies = [ "once_cell", "parking_lot", @@ -10014,13 +10014,13 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.5.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c" +checksum = "a22144e767da4ddd8416dbf383700542ffd8a5dc493dfecedfe1fe3ad03c98ae" dependencies = [ "proc-macro2", "quote", - "syn 2.0.118", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2b40e85db..3d1e86f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ which = { version = "8", default-features = false, features = ["real-sys"] } winapi = { version = "0.3.9", default-features = false, features = ["wincred", "std"] } wiremock = { version = "0.6", default-features = false } zip = { version = "8", default-features = false, features = ["deflate"] } -serial_test = { version = "3", default-features = false } +serial_test = { version = "4", default-features = false } sha2 = { version = "0.11", default-features = false } shell-words = { version = "1", default-features = false, features = ["std"] } test-case = { version = "3", default-features = false }