libafl_qemu: Bump strum to 0.25 for syn 2 support (#1348)

This commit is contained in:
Langston Barrett 2023-07-10 04:12:16 -07:00 committed by GitHub
parent 3f8c5f585b
commit 33aa012bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ num-traits = "0.2"
num_enum = "0.5.7"
goblin = "0.6"
libc = "0.2"
strum = "0.24"
strum_macros = "0.24"
strum = "0.25"
strum_macros = "0.25"
syscall-numbers = "3.0"
meminterval = "0.3"
thread_local = "1.1.4"