From 1db94fae8e3558b10539726d79206ba7314b42f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:38:00 +0000 Subject: [PATCH] Bump strum from 0.26.3 to 0.27.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- crates/shared/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00c49a971..abeadaf76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2771,7 +2771,7 @@ dependencies = [ "sp-core 29.0.0", "sp-runtime 32.0.0", "sp-std 12.0.0", - "strum 0.26.3", + "strum 0.27.0", "strum_macros 0.27.0", "subxt", "tdx-quote", @@ -2874,7 +2874,7 @@ dependencies = [ "snow", "sp-core 31.0.0", "sp-keyring 34.0.0", - "strum 0.26.3", + "strum 0.27.0", "subxt", "subxt-signer", "synedrion", @@ -13906,6 +13906,12 @@ dependencies = [ "strum_macros 0.26.4", ] +[[package]] +name = "strum" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f" + [[package]] name = "strum_macros" version = "0.24.3" diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index c7665e845..72f4f9e15 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -13,7 +13,7 @@ codec ={ package="parity-scale-codec", version="3.0.0", default-features=f scale-info ={ version='2.11.6', default-features=false, features=['derive'] } serde ={ version="1.0", default-features=false, features=["derive"] } serde_derive="1.0.147" -strum ="0.26.3" +strum ="0.27.0" strum_macros="0.27.0" blake2 ={ version="0.10.4", default-features=false } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 940f6d532..e2d7dc244 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -23,7 +23,7 @@ hex ="0.4.3" reqwest-eventsource="0.6" serde_derive ="1.0.147" synedrion ="0.2.0" -strum ="0.26.2" +strum ="0.27.0" backoff ={ version="0.4.0", features=["tokio"] } # Async