Skip to content

Commit e09ca43

Browse files
build(deps): update strum requirement from >= 0.20, < 0.25 to >= 0.20, < 0.26
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ecb9b6 commit e09ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.58.0"
99

1010
[dependencies]
1111
serde = { version = "^1.0", features = ["derive"] }
12-
strum = ">= 0.20, < 0.25"
12+
strum = ">= 0.20, < 0.26"
1313
strum_macros = ">= 0.20, < 0.25"
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)