Merge pull request #287 from ivre/dependabot/cargo/strum_macros-0.27.1

chore(deps): bump strum_macros from 0.26.4 to 0.27.1
This commit is contained in:
Pierre 2025-05-05 23:02:47 +02:00 committed by GitHub
commit ab748df291
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

@ -778,9 +778,9 @@ checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"
version = "0.26.4" version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",

View file

@ -37,7 +37,7 @@ rand = "0.9.1"
siphasher = "1.0" siphasher = "1.0"
stderrlog = "0.6.0" stderrlog = "0.6.0"
strum = "0.27.1" strum = "0.27.1"
strum_macros = "0.26.4" strum_macros = "0.27.1"
[[bin]] [[bin]]
name = "masscanned" name = "masscanned"