From 6258944eb417b002883a6100fc6f79a7df77bb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:02:45 +0000 Subject: [PATCH] Update strum_macros requirement from 0.24 to 0.25 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 b94b676..e4a5808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ game-interface = [ tap = "1" serde = { version = "1", features = ["derive"], optional = true } strum = "0.24" -strum_macros = "0.24" +strum_macros = "0.25" thiserror = "1"