@@ -63,10 +63,10 @@ slirp = [ "systemmode", "libafl_qemu_sys/slirp" ] # build qemu with host libslir
6363shared = [ " libafl_qemu_sys/shared" ]
6464
6565[dependencies ]
66- libafl = { path = " ../libafl" , version = " 0.13.0 " , default-features = false , features = [" std" , " derive" , " regex" ] }
67- libafl_bolts = { path = " ../libafl_bolts" , version = " 0.13.0 " , default-features = false , features = [" std" , " derive" ] }
68- libafl_targets = { path = " ../libafl_targets" , version = " 0.13.0 " }
69- libafl_qemu_sys = { path = " ./libafl_qemu_sys" , version = " 0.13.0 " }
66+ libafl = { path = " ../libafl" , version = " 0.13.1 " , default-features = false , features = [" std" , " derive" , " regex" ] }
67+ libafl_bolts = { path = " ../libafl_bolts" , version = " 0.13.1 " , default-features = false , features = [" std" , " derive" ] }
68+ libafl_targets = { path = " ../libafl_targets" , version = " 0.13.1 " }
69+ libafl_qemu_sys = { path = " ./libafl_qemu_sys" , version = " 0.13.1 " }
7070
7171serde = { version = " 1.0" , default-features = false , features = [" alloc" ] } # serialization lib
7272hashbrown = { version = " 0.14" , features = [" serde" ] } # A faster hashmap, nostd compatible
@@ -98,7 +98,7 @@ memmap2 = "0.9"
9898document-features = { version = " 0.2" , optional = true }
9999
100100[build-dependencies ]
101- libafl_qemu_build = { path = " ./libafl_qemu_build" , version = " 0.13.0 " }
101+ libafl_qemu_build = { path = " ./libafl_qemu_build" , version = " 0.13.1 " }
102102pyo3-build-config = { version = " 0.21" , optional = true }
103103rustversion = " 1.0"
104104bindgen = " 0.69"
0 commit comments