From 370d2fefda52381eb1f7c18370e4ea4d0d00188a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:22:43 +0000 Subject: [PATCH] Update strum requirement from 0.22 to 0.24 Updates the requirements on [strum](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 61d3029e5..660ad7279 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,7 +21,7 @@ syn = { version = "1.0", features = ["full"] } heck = { version = "0.3", optional = true } http = { version = "0.2", optional = true } lazy_static = { version = "1.4", optional = true } -strum = { version = "0.22", optional = true } +strum = { version = "0.24", optional = true } strum_macros = { version = "0.22", optional = true } [features]