Skip to content

Commit 99bb3d4

Browse files
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](Peternator7/strum@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] <support@github.com>
1 parent 9b9d7e2 commit 99bb3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ der = { version = "0.8", features = ["std"], optional = true }
9797
chrono = { version = "0.4", features = ["serde", "now"], default-features = false }
9898

9999
# Derive macros for Display/AsRefStr
100-
strum = { version = "0.27", features = ["derive"] }
100+
strum = { version = "0.28", features = ["derive"] }
101101

102102
# Error handling
103103
thiserror = "2.0"

0 commit comments

Comments
 (0)