Skip to content

Commit fb106dd

Browse files
Update strum requirement from 0.26 to 0.27
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.26.1...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0421355 commit fb106dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
116116
[dependencies]
117117
num = "0.4"
118118
regex = "1"
119-
strum = "0.26"
119+
strum = "0.27"
120120
thiserror = "2"
121121
lazy_static = "1.4"
122122
num-derive = "0.4"

0 commit comments

Comments
 (0)