Bump strum_macros from 0.24.3 to 0.25.0

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 17:37:02 +00:00 committed by Dustin J. Mitchell
parent 790a50f7e0
commit 1930ea0ad0
2 changed files with 33 additions and 22 deletions

View file

@ -21,7 +21,7 @@ ureq = "^2.7.0"
log = "^0.4.17"
rusqlite = { version = "0.29", features = ["bundled"] }
strum = "0.25"
strum_macros = "0.24"
strum_macros = "0.25"
flate2 = "1"
byteorder = "1.0"
ring = "0.16"