libafl{,_qemu}: Bump num_enum to 0.6 for syn 2 support (#1350)
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
This commit is contained in:
parent
2885b10f70
commit
cbf0952ec7
@ -69,7 +69,7 @@ erased-serde = { version = "0.3.21", default-features = false, features = ["allo
|
|||||||
postcard = { version = "1.0", features = ["alloc"] } # no_std compatible serde serialization fromat
|
postcard = { version = "1.0", features = ["alloc"] } # no_std compatible serde serialization fromat
|
||||||
bincode = {version = "1.3", optional = true }
|
bincode = {version = "1.3", optional = true }
|
||||||
c2rust-bitfields = { version = "0.17", features = ["no_std"] }
|
c2rust-bitfields = { version = "0.17", features = ["no_std"] }
|
||||||
num_enum = { version = "0.5.7", default-features = false }
|
num_enum = { version = "0.6", default-features = false }
|
||||||
typed-builder = "0.15" # Implement the builder pattern at compiletime
|
typed-builder = "0.15" # Implement the builder pattern at compiletime
|
||||||
ahash = { version = "0.8", default-features=false } # The hash function already used in hashbrown
|
ahash = { version = "0.8", default-features=false } # The hash function already used in hashbrown
|
||||||
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
|
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
|
||||||
|
@ -43,7 +43,7 @@ libafl_qemu_sys = { path = "./libafl_qemu_sys", version = "0.10.1" }
|
|||||||
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
|
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
|
||||||
hashbrown = { version = "0.13", features = ["serde"] } # A faster hashmap, nostd compatible
|
hashbrown = { version = "0.13", features = ["serde"] } # A faster hashmap, nostd compatible
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
num_enum = "0.5.7"
|
num_enum = "0.6"
|
||||||
goblin = "0.6"
|
goblin = "0.6"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
strum = "0.25"
|
strum = "0.25"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user