From 7aeb6f8649b7e16a25d6d7490b67aac55889df7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:33:03 +0000 Subject: [PATCH] build(deps): bump strum from 0.25.0 to 0.26.1 Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1. - [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.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ pallets/creditcoin/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 958b7a8c8c..7b03c90599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4952,7 +4952,7 @@ dependencies = [ "sp-runtime", "sp-std", "sp-tracing", - "strum 0.25.0", + "strum 0.26.1", "traced-test", ] @@ -8812,11 +8812,11 @@ dependencies = [ [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" dependencies = [ - "strum_macros 0.25.2", + "strum_macros 0.26.1", ] [[package]] @@ -8834,9 +8834,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.25.2" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" dependencies = [ "heck", "proc-macro2", diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 60a98be6ec..20e4350509 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -45,7 +45,7 @@ sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -strum = { version = "0.25.0", features = ["derive"], default-features = false } +strum = { version = "0.26.1", features = ["derive"], default-features = false } tracing = { workspace = true } pallet-offchain-task-scheduler = { workspace = true }