diff --git a/Cargo.lock b/Cargo.lock index 7971ad64f..311cc3cdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.2", + "strum 0.26.3", "strum_macros 0.26.4", "unicode-width", ] @@ -2643,7 +2643,7 @@ dependencies = [ "sp-core 29.0.0", "sp-runtime 32.0.0", "sp-std 12.0.0", - "strum 0.26.2", + "strum 0.26.3", "strum_macros 0.26.4", "subxt", ] @@ -2734,7 +2734,7 @@ dependencies = [ "snow", "sp-core 31.0.0", "sp-keyring 34.0.0", - "strum 0.26.2", + "strum 0.26.3", "subxt", "subxt-signer", "synedrion", @@ -2887,7 +2887,7 @@ dependencies = [ "rlp", "serde", "serde_json", - "strum 0.26.2", + "strum 0.26.3", "tempfile", "thiserror", "tiny-keccak", @@ -12532,7 +12532,7 @@ checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ "sp-core 32.0.0", "sp-runtime 35.0.0", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] @@ -13527,9 +13527,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros 0.26.4", ] diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index d2961379c..fa8cd70c0 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.3', default-features=false, features=['derive'] } serde ={ version="1.0", default-features=false, features=["derive"] } serde_derive="1.0.147" -strum ="0.26.2" +strum ="0.26.3" strum_macros="0.26.4" sp-runtime ={ version="32.0.0", default-features=false, optional=true, features=["serde"] } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 19aada2f5..1451500b0 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -22,7 +22,7 @@ hex ="0.4.3" reqwest-eventsource="0.6" serde_derive ="1.0.147" synedrion ="0.1" -strum ="0.26.2" +strum ="0.26.3" # Async futures="0.3"