Skip to content

Commit

Permalink
Update strum_macros requirement from 0.26 to 0.27
Browse files Browse the repository at this point in the history
Updates the requirements on [strum_macros](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](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] authored and smoelius committed Feb 13, 2025
1 parent f823cb9 commit d21fb4b
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 @@ -51,7 +51,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
sha1 = "0.10"
similar-asserts = "1.6"
strip-ansi-escapes = "0.2"
strum_macros = "0.26"
strum_macros = "0.27"
subprocess = "0.2"
syn = { version = "2.0", features = ["full", "parsing", "visit", "visit-mut"] }
tempfile = "3.16"
Expand Down

0 comments on commit d21fb4b

Please sign in to comment.