From 04120125575f3ee82010ed1760ad7c99fdd6a394 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 1 Dec 2024 18:20:12 -0500 Subject: WARP: Prune useless functions and display progress in background task Also bumps WARP so that loading of extremely large signature files can occur --- plugins/warp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/Cargo.toml') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 64c04c50..d4be65d8 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"] binaryninja = { path = "../../rust", features = ["rayon"] } # Used to link with for tests. binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys", optional = true } -warp = { git = "https://github.com/Vector35/warp/", rev = "bae7379" } +warp = { git = "https://github.com/Vector35/warp/", rev = "0ee5a6f" } log = "0.4" arboard = "3.4" rayon = "1.10" -- cgit v1.3.1