mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-01 22:28:20 +00:00
Merge pull request #188 from ivre/dependabot/cargo/strum_macros-0.25.3
Bump strum_macros from 0.25.2 to 0.25.3
This commit is contained in:
commit
e5d9633904
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -746,9 +746,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
|||
|
||||
[[package]]
|
||||
name = "strum_macros"
|
||||
version = "0.25.2"
|
||||
version = "0.25.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
||||
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
|
|
|
@ -37,7 +37,7 @@ rand = "0.8.4"
|
|||
siphasher = "1.0"
|
||||
stderrlog = "0.5.4"
|
||||
strum = "0.25.0"
|
||||
strum_macros = "0.25.2"
|
||||
strum_macros = "0.25.3"
|
||||
|
||||
[[bin]]
|
||||
name = "masscanned"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue