From eb12788c2a58e6a50b8b06753c17ca6f8e7c5e18 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 4 Nov 2024 01:50:16 -0500 Subject: WARP: Support compressed by default signature data files --- plugins/warp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 5527eca3..261e834b 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["lib", "cdylib"] [dependencies] binaryninja = { path = "../../rust", features = ["rayon"] } binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys" } -warp = { git = "https://github.com/Vector35/warp/", rev = "dc51fd5" } +warp = { git = "https://github.com/Vector35/warp/", rev = "8572bd13" } log = "0.4" arboard = "3.4" rayon = "1.10" -- cgit v1.3.1