Skip to content

Commit b5fc7cc

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 93c200c commit b5fc7cc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdx-core/Cargo.toml

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

100100
# Derive macros for Display/AsRefStr
101-
strum = { version = "0.27", features = ["derive"] }
101+
strum = { version = "0.28", features = ["derive"] }
102102

103103
# Error handling
104104
thiserror = "2.0"

0 commit comments

Comments
 (0)