Bump strum_macros from 0.22.0 to 0.23.1 (#10532)

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.1.
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-22 09:21:54 +01:00
committed by GitHub
parent 23b8e3a694
commit c3269accb8
2 changed files with 16 additions and 3 deletions
@@ -38,7 +38,7 @@ rand = { version = "0.7.3", default-features = false, optional = true, features
"small_rng",
] }
strum = { optional = true, version = "0.22.0" }
strum_macros = { optional = true, version = "0.22.0" }
strum_macros = { optional = true, version = "0.23.1" }
[dev-dependencies]
parking_lot = "0.11.2"