From 7f2ef03b5ab9ded620a6cae58ed6238023010d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:36:37 +0000 Subject: [PATCH] Bump strum_macros from 0.25.3 to 0.26.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.1. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- frameworks/Cargo.toml | 2 +- necessist/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 370acf35..8130da7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,9 +1803,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[package]] name = "strum_macros" -version = "0.25.3" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" dependencies = [ "heck", "proc-macro2", diff --git a/core/Cargo.toml b/core/Cargo.toml index bfdd6e93..47342432 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ regex = "1.10" remain = "0.2" serde = { version = "1.0", features = ["derive"] } strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" subprocess = "0.2" tempfile = "3.9" toml = "0.8" diff --git a/frameworks/Cargo.toml b/frameworks/Cargo.toml index c4227334..075d00ac 100644 --- a/frameworks/Cargo.toml +++ b/frameworks/Cargo.toml @@ -24,7 +24,7 @@ paste = "1.0" regex = "1.10" remain = "0.2" strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" strip-ansi-escapes = "0.2" subprocess = "0.2" walkdir = "2.4" diff --git a/necessist/Cargo.toml b/necessist/Cargo.toml index fc9eec1e..46d198dc 100644 --- a/necessist/Cargo.toml +++ b/necessist/Cargo.toml @@ -19,7 +19,7 @@ env_logger = "0.11" heck = "0.4" remain = "0.2" strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" subprocess = "0.2" [dev-dependencies]