diff --git a/Cargo.lock b/Cargo.lock index a2e6f3658d..2ffb9d4f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3339,7 +3339,7 @@ dependencies = [ "rlp", "serde 1.0.203", "serde_json", - "strum 0.26.2", + "strum", "syn 2.0.65", "tempfile", "thiserror", @@ -9393,7 +9393,7 @@ dependencies = [ "serde_with 2.3.3", "signature 2.2.0", "slip10_ed25519", - "strum 0.24.1", + "strum", "strum_macros", "tiny-bip39", ] @@ -9860,7 +9860,7 @@ dependencies = [ "serde_yaml 0.9.34+deprecated", "sha3 0.10.8", "smt", - "strum 0.24.1", + "strum", "strum_macros", "thiserror", ] @@ -11107,12 +11107,6 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -[[package]] -name = "strum" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" - [[package]] name = "strum" version = "0.26.2" diff --git a/Cargo.toml b/Cargo.toml index 37611f57fb..c7b154b4dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ serde-name = "0.2" serde_with = { version = "2.1.0", features = ["hex"] } signature = "2.2.0" slip10_ed25519 = "0.1.3" -strum = "^0.24" +strum = "^0.26" strum_macros = "^0.26" sha2 = "0.10.2" sha3 = "0.10.8"