From 5c923e0d1b3cfa1ed9e9c00936103202a215c7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:02:20 +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 86416cb5917bc..cda2d4c5fcaca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9012,9 +9012,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", ] @@ -9119,7 +9119,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 c5a7d118e28ad..1bcb410ddfc4e 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -23,7 +23,7 @@ rbtag = "0.3" structopt = "0.3" signal-hook = "0.3.15" 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" }