Bump strum_macros from 0.23.0 to 0.23.1

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-22 01:14:07 +00:00 committed by GitHub
parent 912dc56c95
commit c46eda2b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ flate2 = "1.0.22"
tar = "0.4.37"
cargo_toml = "0.10.1"
serde = { version = "1.0.130", features = [ "derive" ] }
strum_macros = "0.23.0"
strum_macros = "0.23.1"
strum = "0.23.0"
dirs = "4.0.0"
serde_derive = "1.0.118"