Skip to content

Commit

Permalink
Update strum_macros requirement from 0.24.1 to 0.25.2
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.
- [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 Sep 1, 2023
1 parent 47154e7 commit 68e57ad
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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
strum = "0.24.1"
strum_macros = "0.24.1"
strum_macros = "0.25.2"
envy = "0.4.1"
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0.159", features = ["derive"] }
Expand Down

0 comments on commit 68e57ad

Please sign in to comment.