From b22e661c0b073745fff7c51f3441905735fd3d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:15:34 +0800 Subject: [PATCH] Bump strum from 0.24.1 to 0.26.2 (#1936) Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.26.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.26.2) --- updated-dependencies: - dependency-name: strum 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 | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) 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"