From 541eae72c50a7eed47390883623d02df0ba69a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:52:33 +0000 Subject: [PATCH] Bump strum_macros from 0.25.2 to 0.25.3 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.2 to 0.25.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf2f863..1e671d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,9 +518,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[package]] name = "strum_macros" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" +checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5883606..ce20436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ macroquad = "=0.4.4" # Exact version because of the image crate https://github.c rand_xoshiro = "0.6.0" serde = { version = "1.0.189", features = ["derive"] } strum = "0.25.0" -strum_macros = "0.25.2" +strum_macros = "0.25.3" thunderdome = "0.6.1" time = { version = "0.3.30", features = ["formatting"] } vek = "0.16.1"