diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-04 01:50:16 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-04 01:50:16 -0500 |
| commit | eb12788c2a58e6a50b8b06753c17ca6f8e7c5e18 (patch) | |
| tree | 88fe7f890821a85e720a4a3da7228c6a96f7de49 /plugins | |
| parent | 9fde722d8125a2a9d2d850c7ec9afe3293ccc22c (diff) | |
WARP: Support compressed by default signature data files
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/Cargo.toml | 2 |
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" |
