From 84a10e55f158064f048ceae390fbe153a1a1fd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:05:50 +0000 Subject: [PATCH] build(deps): bump strum from 0.26.3 to 0.27.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 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.26.3...v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 ++++++---------------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 327cec34d82..c262897a8c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,7 +754,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "strum 0.27.2", + "strum", "syn 2.0.114", "thiserror 2.0.17", ] @@ -2894,7 +2894,7 @@ dependencies = [ "sqlparser 0.60.0", "stable-hash 0.3.4", "stable-hash 0.4.4", - "strum_macros 0.27.2", + "strum_macros", "thiserror 2.0.17", "tiny-keccak 1.5.0", "tokio", @@ -2983,7 +2983,7 @@ dependencies = [ "prometheus", "serde_yaml", "slog", - "strum 0.26.3", + "strum", "thiserror 2.0.17", "tokio", "tokio-retry", @@ -3250,7 +3250,7 @@ dependencies = [ "async-trait", "chrono", "diesel", - "strum 0.26.3", + "strum", ] [[package]] @@ -5319,7 +5319,7 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "itertools", "log", "multimap", @@ -6614,35 +6614,13 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros 0.26.4", -] - [[package]] name = "strum" version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ - "strum_macros 0.27.2", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.114", + "strum_macros", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f0df100f157..b509984d818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ serde_regex = "1.1.0" serde_yaml = "0.9.21" slog = { version = "2.8.2", features = ["release_max_level_trace", "max_level_trace"] } sqlparser = { version = "0.60.0", features = ["visitor"] } -strum = { version = "0.26", features = ["derive"] } +strum = { version = "0.27", features = ["derive"] } syn = { version = "2.0.114", features = ["full"] } test-store = { path = "./store/test-store" } thiserror = "2.0.17"