@@ -50,35 +50,35 @@ exclude = [
5050]
5151
5252[workspace .package ]
53- version = " 0.15.0 "
53+ version = " 0.15.1 "
5454license = " MIT OR Apache-2.0"
5555
5656[workspace .dependencies ]
5757# Internal deps
58- libafl = { path = " ./libafl" , version = " 0.15.0 " , default-features = false }
59- libafl_bolts = { path = " ./libafl_bolts" , version = " 0.15.0 " , default-features = false }
60- libafl_cc = { path = " ./libafl_cc" , version = " 0.15.0 " , default-features = false }
61- symcc_runtime = { path = " ./libafl_concolic/symcc_runtime" , version = " 0.15.0 " , default-features = false }
62- symcc_libafl = { path = " ./libafl_concolic/symcc_libafl" , version = " 0.15.0 " , default-features = false }
63- libafl_derive = { path = " ./libafl_derive" , version = " 0.15.0 " , default-features = false }
64- libafl_frida = { path = " ./libafl_frida" , version = " 0.15.0 " , default-features = false }
65- libafl_intelpt = { path = " ./libafl_intelpt" , version = " 0.15.0 " , default-features = false }
66- libafl_libfuzzer = { path = " ./libafl_libfuzzer" , version = " 0.15.0 " , default-features = false }
67- libafl_nyx = { path = " ./libafl_nyx" , version = " 0.15.0 " , default-features = false }
68- libafl_targets = { path = " ./libafl_targets" , version = " 0.15.0 " , default-features = false }
69- libafl_tinyinst = { path = " ./libafl_tinyinst" , version = " 0.15.0 " , default-features = false }
70- libafl_qemu = { path = " ./libafl_qemu" , version = " 0.15.0 " , default-features = false }
71- libafl_qemu_build = { path = " ./libafl_qemu/libafl_qemu_build" , version = " 0.15.0 " , default-features = false }
72- libafl_qemu_sys = { path = " ./libafl_qemu/libafl_qemu_sys" , version = " 0.15.0 " , default-features = false }
73- libafl_sugar = { path = " ./libafl_sugar" , version = " 0.15.0 " , default-features = false }
74- dump_constraints = { path = " ./libafl_concolic/test/dump_constraints" , version = " 0.15.0 " , default-features = false }
75- runtime_test = { path = " ./libafl_concolic/test/runtime_test" , version = " 0.15.0 " , default-features = false }
76- build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.15.0 " , default-features = false }
77- deexit = { path = " ./utils/deexit" , version = " 0.15.0 " , default-features = false }
78- drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.15.0 " , default-features = false }
79- construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.15.0 " , default-features = false }
80- libafl_benches = { path = " ./utils/libafl_benches" , version = " 0.15.0 " , default-features = false }
81- libafl_jumper = { path = " ./utils/libafl_jumper" , version = " 0.15.0 " , default-features = false }
58+ libafl = { path = " ./libafl" , version = " 0.15.1 " , default-features = false }
59+ libafl_bolts = { path = " ./libafl_bolts" , version = " 0.15.1 " , default-features = false }
60+ libafl_cc = { path = " ./libafl_cc" , version = " 0.15.1 " , default-features = false }
61+ symcc_runtime = { path = " ./libafl_concolic/symcc_runtime" , version = " 0.15.1 " , default-features = false }
62+ symcc_libafl = { path = " ./libafl_concolic/symcc_libafl" , version = " 0.15.1 " , default-features = false }
63+ libafl_derive = { path = " ./libafl_derive" , version = " 0.15.1 " , default-features = false }
64+ libafl_frida = { path = " ./libafl_frida" , version = " 0.15.1 " , default-features = false }
65+ libafl_intelpt = { path = " ./libafl_intelpt" , version = " 0.15.1 " , default-features = false }
66+ libafl_libfuzzer = { path = " ./libafl_libfuzzer" , version = " 0.15.1 " , default-features = false }
67+ libafl_nyx = { path = " ./libafl_nyx" , version = " 0.15.1 " , default-features = false }
68+ libafl_targets = { path = " ./libafl_targets" , version = " 0.15.1 " , default-features = false }
69+ libafl_tinyinst = { path = " ./libafl_tinyinst" , version = " 0.15.1 " , default-features = false }
70+ libafl_qemu = { path = " ./libafl_qemu" , version = " 0.15.1 " , default-features = false }
71+ libafl_qemu_build = { path = " ./libafl_qemu/libafl_qemu_build" , version = " 0.15.1 " , default-features = false }
72+ libafl_qemu_sys = { path = " ./libafl_qemu/libafl_qemu_sys" , version = " 0.15.1 " , default-features = false }
73+ libafl_sugar = { path = " ./libafl_sugar" , version = " 0.15.1 " , default-features = false }
74+ dump_constraints = { path = " ./libafl_concolic/test/dump_constraints" , version = " 0.15.1 " , default-features = false }
75+ runtime_test = { path = " ./libafl_concolic/test/runtime_test" , version = " 0.15.1 " , default-features = false }
76+ build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.15.1 " , default-features = false }
77+ deexit = { path = " ./utils/deexit" , version = " 0.15.1 " , default-features = false }
78+ drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.15.1 " , default-features = false }
79+ construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.15.1 " , default-features = false }
80+ libafl_benches = { path = " ./utils/libafl_benches" , version = " 0.15.1 " , default-features = false }
81+ libafl_jumper = { path = " ./utils/libafl_jumper" , version = " 0.15.1 " , default-features = false }
8282
8383# External deps
8484ahash = { version = " 0.8.11" , default-features = false } # The hash function already used in hashbrown
0 commit comments