Skip to content

Commit

Permalink
Update strum requirement from 0.26 to 0.27 in /crates/lib
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.1...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 and mxcl committed Feb 11, 2025
1 parent 79d1a06 commit c19d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
tokio-stream = "0.1"
strum = "0.26"
strum = "0.27"
strum_macros = "0.26"
rusqlite = "0.32.1"
regex = "1.11.1"
Expand Down

0 comments on commit c19d260

Please sign in to comment.