libafl_qemu_build: Bump bindgen to 0.66 for syn 2 support (#1349)

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

View File

@ -23,7 +23,7 @@ slirp = [] # build qemu with host libslirp (for user networking)
clippy = [] # special feature for clippy, don't use in normal projects§ clippy = [] # special feature for clippy, don't use in normal projects§
[dependencies] [dependencies]
bindgen = "0.64" bindgen = "0.66"
which = "4.2" which = "4.2"
json = "0.12" json = "0.12"
shell-words = "1.1" shell-words = "1.1"