summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-11-11 14:30:03 -0500
committerMason Reed <mason@vector35.com>2024-11-11 14:31:53 -0500
commitd7a35743ae442e5ae3cc4f98aff78fb04d81b337 (patch)
tree2c90c745d5e7129be8e4d0c6e64dfe74d5965f5d /plugins/warp/Cargo.toml
parent1e4058972548e54fe5d3f666a7e002c243482516 (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 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"