From 6a5dac4cfee00b162f35ba80bcff04e11f5fe15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:06:56 +0000 Subject: [PATCH] Update strum_macros requirement from 0.20.1 to 0.24.2 Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [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_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a4a502..b04c114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ simplelog = { version = "0.9.0", optional = true } humantime = { version = "2.1.0" } strum = { version = "0.22.0" } -strum_macros = { version = "0.20.1" } +strum_macros = { version = "0.24.2" } anyhow = { version = "1.0.38", optional = true } thiserror = "1.0.23" hex = { version = "0.4.2", optional = true }