From 740a262a30cae17ee6d6279449d1f2a670657f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:20:53 +0100 Subject: [PATCH] Bump serial_test from 3.1.1 to 3.2.0 (#1159) Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/client/Cargo.toml | 2 +- crates/kvdb/Cargo.toml | 2 +- crates/protocol/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da2d73505..6f2612c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11667,9 +11667,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", @@ -11681,9 +11681,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/crates/client/Cargo.toml b/crates/client/Cargo.toml index 0597340e7..1b1ac87a0 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -37,7 +37,7 @@ js-sys={ version="0.3.72", optional=true } tokio ={ version="1.41", features=["time"] } [dev-dependencies] -serial_test ="3.1.1" +serial_test ="3.2.0" sp-keyring ="34.0.0" entropy-testing-utils={ path="../testing-utils" } tdx-quote ={ version="0.0.1", features=["mock"] } diff --git a/crates/kvdb/Cargo.toml b/crates/kvdb/Cargo.toml index 1341e24d8..a379eec23 100644 --- a/crates/kvdb/Cargo.toml +++ b/crates/kvdb/Cargo.toml @@ -35,4 +35,4 @@ bincode ="1.3.3" entropy-protocol={ version="0.3.0", path="../protocol" } [dev-dependencies] -serial_test="3.1.1" +serial_test="3.2.0" diff --git a/crates/protocol/Cargo.toml b/crates/protocol/Cargo.toml index e4c081444..d08eeab54 100644 --- a/crates/protocol/Cargo.toml +++ b/crates/protocol/Cargo.toml @@ -47,7 +47,7 @@ base64 ={ version="0.22.1", optional=true } schnorrkel ={ version="0.11.4", default-features=false, features=["std"], optional=true } [dev-dependencies] -serial_test="3.1.1" +serial_test="3.2.0" sp-keyring ="34.0.0" anyhow ="1.0.93" num_cpus ="1.16.0" diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 991af4164..f243b214c 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -76,7 +76,7 @@ tdx-quote ={ version="0.0.1", optional=true, features=["mock"] } configfs-tsm ={ version="0.0.1", optional=true } [dev-dependencies] -serial_test ="3.1.1" +serial_test ="3.2.0" hex-literal ="0.4.1" project-root="0.2.2" sp-keyring ="34.0.0"