From d7a35743ae442e5ae3cc4f98aff78fb04d81b337 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 11 Nov 2024 14:30:03 -0500 Subject: WARP: Bump warp dependency --- 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 098f4208..2d17ecae 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 = "b4d59ec" } +warp = { git = "https://github.com/Vector35/warp/", rev = "b54768f" } log = "0.4" arboard = "3.4" rayon = "1.10" -- cgit v1.3.1