From 64e6cc6d44dc8b21c2c4d92abacea8b1d855c94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:02:57 +0000 Subject: [PATCH] Update strum requirement from 0.24 to 0.25 Updates the requirements on [strum](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 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..cbcc7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ game-interface = [ [dependencies] tap = "1" serde = { version = "1", features = ["derive"], optional = true } -strum = "0.24" +strum = "0.25" strum_macros = "0.24" thiserror = "1"