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"