From 747996301bb43ead8e50ae985fae497d6a61e7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 06:20:12 +0000 Subject: [PATCH] Update strum_macros requirement from 0.22.0 to 0.24.3 Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd0844e..4206e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ defmt = { version = "0.3.0", optional = true } anyhow = { version = "1.0.44", optional = true } log = "0.4.14" bitflags = "1.3.2" -strum_macros = "0.22.0" +strum_macros = "0.24.3" num_enum = { version = "0.5.4", default-features = false } modular-bitfield = "0.11.2"