Bump strum_macros from 0.22.0 to 0.23.0

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.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]
2021-11-18 08:39:45 +00:00
committed by Henrik Friedrichsen
parent 97b5c25fc8
commit 1867f1706c
2 changed files with 22 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ webbrowser = "0.5"
clipboard = { version = "0.5", optional = true }
url = "2.2"
strum = "0.23.0"
strum_macros = "0.22.0"
strum_macros = "0.23.0"
regex = "1"
ioctl-rs = { version = "0.2", optional = true }
serde_cbor = "0.11.2"