Bump strum_macros from 0.21.1 to 0.24.0

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 to 0.24.0.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [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] 2022-05-26 03:43:07 +00:00 committed by Dustin J. Mitchell
parent e8fe3cda77
commit 34b2e6a6b8
2 changed files with 19 additions and 6 deletions

View file

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