Skip to content

Commit 758be51

Browse files
build(deps): update strum_macros requirement from >= 0.20, < 0.25 to >= 0.20, < 0.26
Updates the requirements on [strum_macros](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_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8abe11 commit 758be51

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
@@ -10,7 +10,7 @@ rust-version = "1.58.0"
1010
[dependencies]
1111
serde = { version = "^1.0", features = ["derive"] }
1212
strum = ">= 0.20, < 0.26"
13-
strum_macros = ">= 0.20, < 0.25"
13+
strum_macros = ">= 0.20, < 0.26"
1414

1515
[dev-dependencies]
1616
anyhow = "1.0"

0 commit comments

Comments
 (0)