diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-11 14:30:03 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-11 14:31:53 -0500 |
| commit | d7a35743ae442e5ae3cc4f98aff78fb04d81b337 (patch) | |
| tree | 2c90c745d5e7129be8e4d0c6e64dfe74d5965f5d /plugins/warp/Cargo.toml | |
| parent | 1e4058972548e54fe5d3f666a7e002c243482516 (diff) | |
WARP: Bump warp dependency
Diffstat (limited to 'plugins/warp/Cargo.toml')
| -rw-r--r-- | plugins/warp/Cargo.toml | 2 |
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" |
