From d26fa715b545b750a6de1904155419e692e462ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:00:37 +0000 Subject: [PATCH] chore(cargo): bump strum_macros from 0.27.2 to 0.28.0 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.0. - [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.2...v0.28.0) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c6180438..7f43aff72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1369,7 +1369,7 @@ dependencies = [ "shadowsocks", "smallvec", "strum 0.28.0", - "strum_macros 0.27.2", + "strum_macros 0.28.0", "tagger", "tempfile", "testdir", @@ -5788,9 +5788,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2a6f9904c..4ea9f9886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ sha2 = "0.10" shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] } smallvec = "1.15.1" strum = "0.28" -strum_macros = "0.27" +strum_macros = "0.28" tagger = "4.3.4" textwrap = "0.16.2" thiserror = { workspace = true }