From 7ac5e43b36e29ed9958512bcd1fc183c98e2c9e1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 5 Nov 2025 13:50:39 -0500 Subject: [WARP] Bump parser version to 1.0.1 --- Cargo.lock | 16 ++++++++++++++-- plugins/warp/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fbc1d3f..92577f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2548,6 +2548,18 @@ dependencies = [ "uuid", ] +[[package]] +name = "warp" +version = "1.0.1" +source = "git+https://github.com/Vector35/warp/?tag=1.0.1#c9cfe5b7a07acaccb0d9b294c0ac68741c559e94" +dependencies = [ + "bon", + "flatbuffers", + "flate2", + "itertools 0.14.0", + "uuid", +] + [[package]] name = "warp_headless" version = "0.1.0" @@ -2589,7 +2601,7 @@ dependencies = [ "thiserror 2.0.12", "uuid", "walkdir", - "warp", + "warp 1.0.1", ] [[package]] @@ -2619,7 +2631,7 @@ dependencies = [ "thiserror 2.0.12", "uuid", "walkdir", - "warp", + "warp 1.0.0", ] [[package]] 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"]} -- cgit v1.3.1