Skip to content

Commit

Permalink
chore(deps): update strum requirement from 0.26.1 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.1...v0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent f22aad4 commit e329ddc
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 @@ -24,7 +24,7 @@ with-sqlx-mysql = ["dep:sqlx", "sqlx/mysql"]
iso_country = "0.1.4"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1.0.127", optional = true, features = ["derive"] }
strum = { version = "0.26.1", optional = true, features = ["derive"] }
strum = { version = "0.27.0", optional = true, features = ["derive"] }
sqlx = { version = ">0.7", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit e329ddc

Please sign in to comment.