Skip to content

Commit fe992b5

Browse files
build(deps): update strum requirement from 0.26 to 0.27 (#14)
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-version: 0.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61d7643 commit fe992b5

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
@@ -17,7 +17,7 @@ crossterm = { version = "0.28", optional = true }
1717
termion = { version = "4.0", optional = true }
1818
pom = "3.4.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
strum = "0.26"
20+
strum = "0.27"
2121
strum_macros = "0.26"
2222

2323
[features]

0 commit comments

Comments
 (0)