From 189ec853d318526e6b31f25ee4e39c52a6715a5f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 11 Nov 2024 20:18:11 -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 2d17ecae..38641072 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 = "b54768f" } +warp = { git = "https://github.com/Vector35/warp/", rev = "bae7379" } log = "0.4" arboard = "3.4" rayon = "1.10" -- cgit v1.3.1