Bump strum_macros from 0.24.0 to 0.24.2

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.0 to 0.24.2.
- [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] 2022-06-27 02:01:27 +00:00 committed by GitHub
parent cc8144e06d
commit 4aff0ffa1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1288,9 +1288,9 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"
version = "0.24.0"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
dependencies = [
"heck",
"proc-macro2",

View file

@ -37,7 +37,7 @@ semver = "1.0.10"
serde = { version = "1.0.136", features = [ "derive" ] }
simplelog = "0.12.0"
strum = "0.24.1"
strum_macros = "0.24.0"
strum_macros = "0.24.2"
tar = "0.4.38"
tempfile = "3.3.0"
thiserror = "1.0.31"