From 87e261bcc9a1c9479ffe93f1ae73e38e3ab645af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:31:55 +0000 Subject: [PATCH] Bump strum_macros from 0.26.2 to 0.26.4 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.4. - [Release notes](https://github.com/Peternator7/strum/releases) - [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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efdd15a..16fea31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "heck" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "image" @@ -519,9 +519,9 @@ checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e8235f1..dc7554b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ macroquad = "=0.4.7" # Exact version because of the image crate https://github.c rand_xoshiro = "0.6.0" serde = { version = "1.0.203", features = ["derive"] } strum = "0.26.2" -strum_macros = "0.26.2" +strum_macros = "0.26.4" thunderdome = "0.6.1" time = { version = "0.3.36", features = ["formatting"] } vek = "0.17.0"