From 907867a61b8d187c6198c35f2e5fcf17a7c52c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 04:17:51 +0000 Subject: Bump strum from 0.23.0 to 0.24.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 910d926..1fe1c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,9 +2358,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" +checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index fb1b959..ae25eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ libflate = "1" thiserror = "1" anyhow = "1" log = "0.4" -strum = "0.23" +strum = "0.24" strum_macros = "0.23" sha2 = "0.10" hex = "0.4" -- cgit v1.2.3