summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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 7a7df157..59f1e607 100644
--- a/plugins/warp/Cargo.toml
+++ b/plugins/warp/Cargo.toml
@@ -13,7 +13,7 @@ demo = []
[dependencies]
binaryninja = { workspace = true, features = ["rayon"] }
binaryninjacore-sys.workspace = true
-warp = { git = "https://github.com/Vector35/warp/", tag = "1.0.0" }
+warp = { git = "https://github.com/Vector35/warp/", tag = "1.0.1" }
log = "0.4"
itertools = "0.14.0"
dashmap = { version = "6.1", features = ["rayon"]}