summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-11-05 13:50:39 -0500
committerMason Reed <mason@vector35.com>2025-11-05 13:50:39 -0500
commit7ac5e43b36e29ed9958512bcd1fc183c98e2c9e1 (patch)
tree05afc7396ba856147a27d797b0bdecc1816a3fa0 /plugins
parent13745dffd33dd5046dce184b8974be80e7564d33 (diff)
[WARP] Bump parser version to 1.0.1
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"]}