summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-11-11 20:18:11 -0500
committerMason Reed <mason@vector35.com>2024-11-11 20:18:11 -0500
commit189ec853d318526e6b31f25ee4e39c52a6715a5f (patch)
treec68b6e2fc20be8dfa8b700aaefd2df3ef9d40ced /plugins/warp/Cargo.toml
parente856d391d377d0a723563925bb0a841ead5ae012 (diff)
WARP: Bump warp dependency
Diffstat (limited to 'plugins/warp/Cargo.toml')
-rw-r--r--plugins/warp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"