Merge pull request #219 from ivre/dependabot/cargo/strum_macros-0.26.2

chore(deps): bump strum_macros from 0.26.1 to 0.26.2
This commit is contained in:
Pierre 2024-03-11 21:40:19 +01:00 committed by GitHub
commit ec6a7856c7
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

@ -772,9 +772,9 @@ checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
[[package]]
name = "strum_macros"
version = "0.26.1"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
dependencies = [
"heck",
"proc-macro2",

View file

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