From 948205c8e6f0d119d3eb85dfe58dbc0a05c83e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:09:48 +0000 Subject: [PATCH] Bump serial_test from 3.1.1 to 3.2.0 (#14325) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a1a31f491..779364a7a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5713,9 +5713,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" +checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" dependencies = [ "futures", "log", @@ -5727,9 +5727,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" +checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c84a05ee38..07a50d301a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,7 +243,7 @@ tango-bench = "0.6" pretty_assertions = { workspace = true } regex = { workspace = true } rstest = { workspace = true, default-features = false } -serial_test = "3.1" +serial_test = "3.2" tempfile = { workspace = true } [features]