From 7a31a0fbfa365c81e5ddc0d866ce83653a5e25bd Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 8 Nov 2024 01:21:26 -0500 Subject: WARP: Bump warp dependency and remove unused dependency --- plugins/warp/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') 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"] } -- cgit v1.3.1