Skip to content

Commit 3f81a23

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 8fab464 commit 3f81a23

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
@@ -32,7 +32,7 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
3232
log = "0.4"
3333
thiserror = "2"
3434

35-
strum = "0.26"
35+
strum = "0.27"
3636
strum_macros = "0.26"
3737
itertools = "0.13.0"
3838
serde = { version = "1.0", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)