Skip to content

Commit

Permalink
Update strum requirement from 0.26.3 to 0.27.0
Browse files Browse the repository at this point in the history
Updates the requirements on [strum](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](Peternator7/strum@v0.26.3...v0.27.0)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 886a19f commit 2089972
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 @@ -17,7 +17,7 @@ serde_json = "1.0.133"
http = "1.2.0"
url = "2.5.4"
futures = "0.3.31"
strum = { version = "0.26.3", features = ["derive"] }
strum = { version = "0.27.0", features = ["derive"] }
strum_macros = "0.26.4"
jsonpath-rust = "0.7.3"
jsonschema = "0.28.0"
Expand Down

0 comments on commit 2089972

Please sign in to comment.