From 99bb3d4ef80b286fa4932dcb919997b60ed33f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:01:31 +0000 Subject: [PATCH] Update strum requirement from 0.27 to 0.28 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.27.0...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdx-core/Cargo.toml b/cdx-core/Cargo.toml index 5e342d8..8166fde 100644 --- a/cdx-core/Cargo.toml +++ b/cdx-core/Cargo.toml @@ -97,7 +97,7 @@ der = { version = "0.8", features = ["std"], optional = true } chrono = { version = "0.4", features = ["serde", "now"], default-features = false } # Derive macros for Display/AsRefStr -strum = { version = "0.27", features = ["derive"] } +strum = { version = "0.28", features = ["derive"] } # Error handling thiserror = "2.0"