summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-11-04 01:50:16 -0500
committerMason Reed <mason@vector35.com>2024-11-04 01:50:16 -0500
commiteb12788c2a58e6a50b8b06753c17ca6f8e7c5e18 (patch)
tree88fe7f890821a85e720a4a3da7228c6a96f7de49 /plugins
parent9fde722d8125a2a9d2d850c7ec9afe3293ccc22c (diff)
WARP: Support compressed by default signature data files
Diffstat (limited to 'plugins')
-rw-r--r--plugins/warp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"