From 088e78361314dc4584b1249dc5f35b8c125eba5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:10:52 +0000 Subject: [PATCH] Bump strum_macros from 0.27.1 to 0.27.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.1 to 0.27.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/compare/v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5187bc..bcb50a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,12 +532,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "rustversion" -version = "1.0.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" - [[package]] name = "ryu" version = "1.0.19" @@ -658,14 +652,13 @@ checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck", "proc-macro2", "quote", - "rustversion", "syn", ] diff --git a/Cargo.toml b/Cargo.toml index 6e3f690..5e5eeee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rayon = "1.10.0" serde = { version = "1.0.219", features = [ "derive" ] } serde_json = "1.0.142" strum = "0.27.1" -strum_macros = "0.27.1" +strum_macros = "0.27.2" tree-sitter = "0.25.8" [build-dependencies]