From 7031192913bda956d2a13fd417574fb37e020c46 Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Wed, 26 Oct 2022 16:41:50 +0200 Subject: [PATCH] runtime: complete rev hash --- cargo-libafl/cargo-libafl-runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cargo-libafl/cargo-libafl-runtime/Cargo.toml b/cargo-libafl/cargo-libafl-runtime/Cargo.toml index 03d7726..17a6c82 100644 --- a/cargo-libafl/cargo-libafl-runtime/Cargo.toml +++ b/cargo-libafl/cargo-libafl-runtime/Cargo.toml @@ -13,8 +13,8 @@ edition = "2021" [workspace] [dependencies] -libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "4375206" } -libafl_targets = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "4375206", features = ["sancov_8bit", "sancov_cmplog"] } +libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "43752062f1c6078a7e97b3ca1327d55e8a6ea044" } +libafl_targets = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "43752062f1c6078a7e97b3ca1327d55e8a6ea044", features = ["sancov_8bit", "sancov_cmplog"] } mimalloc = { version = "*", default-features = false } portpicker = "0.1.1" clap = { version = "3.2", features = ["derive"] }