From e200d9adc8b555e8700b2a20c6dd9de39b3ffb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:28:55 +0000 Subject: [PATCH] chore(deps): bump strum_macros from 0.26.1 to 0.26.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.1 to 0.26.2. - [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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66cd606..51dbf3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ dependencies = [ "rayon", "serde", "simplelog", - "strum_macros 0.26.1", + "strum_macros 0.26.2", "uuid 1.7.0", ] @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0563a54..4f062ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,5 +27,5 @@ regex = "1.10.3" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" simplelog = "0.12.2" -strum_macros = "0.26.1" +strum_macros = "0.26.2" uuid = { version = "1.7.0", features = ["serde", "v4"] }