Merge pull request #208 from ivre/dependabot/cargo/strum_macros-0.26.1

Bump strum_macros from 0.25.3 to 0.26.1
This commit is contained in:
Pierre 2024-02-06 14:37:05 +01:00 committed by GitHub
commit 936207f0a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -746,9 +746,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
[[package]]
name = "strum_macros"
version = "0.25.3"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
dependencies = [
"heck",
"proc-macro2",

View file

@ -37,7 +37,7 @@ rand = "0.8.4"
siphasher = "1.0"
stderrlog = "0.5.4"
strum = "0.25.0"
strum_macros = "0.25.3"
strum_macros = "0.26.1"
[[bin]]
name = "masscanned"