diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 88223e7d..098f4208 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -9,13 +9,12 @@ crate-type = ["lib", "cdylib"] [dependencies] binaryninja = { path = "../../rust", features = ["rayon"] } binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys" } -warp = { git = "https://github.com/Vector35/warp/", rev = "8572bd13" } +warp = { git = "https://github.com/Vector35/warp/", rev = "b4d59ec" } log = "0.4" arboard = "3.4" rayon = "1.10" dashmap = "6.1" walkdir = "2.5" -fastbloom = "0.7" # For sigem env_logger = "0.11.5" clap = { version = "4.5.16", features = ["derive"] } |
