From 63ff31e8baefe0c13027e10e5d40ec135589f602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:51:07 +0000 Subject: [PATCH] Update strum_macros requirement from 0.22 to 0.23 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] --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 61d3029e5..d5b5573ed 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -22,7 +22,7 @@ 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_macros = { version = "0.22", optional = true } +strum_macros = { version = "0.23", optional = true } [features] actix = ["heck", "http", "lazy_static", "strum", "strum_macros"]