From 600ce4c5b2cba29d4fef1b92f0a0b3ea48ef6505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:20:22 +0000 Subject: [PATCH] Update strum_macros requirement from 0.20.1 to 0.21.1 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 3564259..89191ac 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.20.0" } -strum_macros = { version = "0.20.1" } +strum_macros = { version = "0.21.1" } anyhow = { version = "1.0.38", optional = true } thiserror = "1.0.23" hex = { version = "0.4.2", optional = true }