Skip to content

Commit

Permalink
build(deps): update strum_macros requirement from >= 0.20, < 0.25 to …
Browse files Browse the repository at this point in the history
…>= 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]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 9ecb9b6 commit ff1b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.58.0"
[dependencies]
serde = { version = "^1.0", features = ["derive"] }
strum = ">= 0.20, < 0.25"
strum_macros = ">= 0.20, < 0.25"
strum_macros = ">= 0.20, < 0.26"

[dev-dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit ff1b082

Please sign in to comment.