From 8d57eeda6f03f8e2d3e5e14cac0f1ede271065e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:14:09 +0000 Subject: [PATCH] Update strum_macros requirement from 0.26.2 to 0.27.0 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/compare/v0.26.2...v0.27.0) --- 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 c1f07c3761..c3c6713b1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ quickcheck = { version = "1.0.3", optional = true } derive_builder = "0.20.0" getset = "0.1.3" strum = "0.26.2" -strum_macros = "0.26.2" +strum_macros = "0.27.0" regex = "1" [dev-dependencies]