From dd32430ade8c8148df6513c58d419e99a2b2123d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:41:11 +0000 Subject: [PATCH] chore(cargo): bump strum_macros from 0.24.3 to 0.25.0 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.0. - [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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d137238d..213005161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4541,15 +4541,15 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] name = "strum_macros" -version = "0.24.3" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" +checksum = "fe9f3bd7d2e45dcc5e265fbb88d6513e4747d8ef9444cf01a533119bce28a157" dependencies = [ "heck", "proc-macro2", "quote", "rustversion", - "syn 1.0.109", + "syn 2.0.18", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 48346770f..c9a56f728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ sha-1 = "0.10" sha2 = "0.10" smallvec = "1" strum = "0.24" -strum_macros = "0.24" +strum_macros = "0.25" tagger = "4.3.4" textwrap = "0.16.0" thiserror = "1"