diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-08 01:21:26 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-08 03:13:53 -0500 |
| commit | 7a31a0fbfa365c81e5ddc0d866ce83653a5e25bd (patch) | |
| tree | e8ddbf8a836d241905b4f9fa31f3c42dcbb5ba7b /plugins | |
| parent | b6c6579214ca2c4d93c8c982321a557ffceed817 (diff) | |
WARP: Bump warp dependency and remove unused dependency
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 88223e7d..098f4208 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -9,13 +9,12 @@ crate-type = ["lib", "cdylib"] [dependencies] binaryninja = { path = "../../rust", features = ["rayon"] } binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys" } -warp = { git = "https://github.com/Vector35/warp/", rev = "8572bd13" } +warp = { git = "https://github.com/Vector35/warp/", rev = "b4d59ec" } log = "0.4" arboard = "3.4" rayon = "1.10" dashmap = "6.1" walkdir = "2.5" -fastbloom = "0.7" # For sigem env_logger = "0.11.5" clap = { version = "4.5.16", features = ["derive"] } |
