From ff1b082b755d788def5648257b090cacbbe1770b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:57:08 +0000 Subject: [PATCH] build(deps): update strum_macros requirement from >= 0.20, < 0.25 to >= 0.20, < 0.26 Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [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 e4409ac..4841826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.58.0" [dependencies] serde = { version = "^1.0", features = ["derive"] } strum = ">= 0.20, < 0.25" -strum_macros = ">= 0.20, < 0.25" +strum_macros = ">= 0.20, < 0.26" [dev-dependencies] anyhow = "1.0"