From 06f252070739e587998432d8159bf611f905f2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:52:58 +0000 Subject: [PATCH] Bump strum from 0.26.1 to 0.26.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.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) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- relays/bin-substrate/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf55c9d7ad7..967f73cb521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9091,9 +9091,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ "strum_macros 0.26.1", ] @@ -9201,7 +9201,7 @@ dependencies = [ "sp-keyring", "sp-runtime", "structopt", - "strum 0.26.1", + "strum 0.26.2", "substrate-relay-helper", "tempfile", ] diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index 720ee0d4f65..606b24c5a80 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -24,7 +24,7 @@ rustc-hex = "2.1" structopt = "0.3" signal-hook = "0.3.16" signal-hook-async-std = "0.2.2" -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.26.2", features = ["derive"] } # Bridge dependencies bp-bridge-hub-polkadot = { path = "../../primitives/chain-bridge-hub-polkadot" }