From ec84e5922ff8670c5b2973189bad1a5998505f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:23:43 +0000 Subject: [PATCH] Update strum requirement from 0.26.1 to 0.28.0 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [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.1...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/expr/Cargo.toml | 2 +- datafusion/proto/Cargo.toml | 2 +- datafusion/sql/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml index 1b6878b6f49e8..a6f0c772f92f7 100644 --- a/datafusion/expr/Cargo.toml +++ b/datafusion/expr/Cargo.toml @@ -47,7 +47,7 @@ datafusion-common = { workspace = true, default-features = true } paste = "^1.0" serde_json = { workspace = true } sqlparser = { workspace = true } -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } strum_macros = "0.26.0" [dev-dependencies] diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index 95d9e6700a504..51e60c5f5929c 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -61,5 +61,5 @@ serde_json = { workspace = true, optional = true } datafusion-functions = { workspace = true, default-features = true } datafusion-functions-aggregate = { workspace = true } doc-comment = { workspace = true } -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } tokio = { workspace = true, features = ["rt-multi-thread"] } diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index c4ae3a8134a6b..374b47e2cd685 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -49,7 +49,7 @@ datafusion-expr = { workspace = true } log = { workspace = true } regex = { workspace = true } sqlparser = { workspace = true } -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } [dev-dependencies] ctor = { workspace = true }