From ad732c4cdd155f65ededda0011547fad815fcdef Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:46:54 +0200 Subject: update --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c67c351..4b203e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "binja_coolsigmaker" version = "0.1.6" authors = ["unknowntrojan"] -edition = "2021" +edition = "2024" [lib] crate-type = ["cdylib"] @@ -12,18 +12,18 @@ crate-type = ["cdylib"] # binaryninja = { path = "../binaryninja-api/rust" } log = "0.4.17" -clipboard = "0.5.0" -rayon = "1.7.0" +clipboard = "0.5" +rayon = "1.11" iced-x86 = "1.17.0" -strum = { version = "0.26.1", features = ["derive"] } -serde = { version = "1.0.152", features = ["std"] } -serde_json = "1.0.93" -thiserror = "1.0.43" -coolfindpattern = "0.1.6" -binary-search = "0.1.2" +strum = { version = "0.27", features = ["derive"] } +serde = { version = "1", features = ["std"] } +serde_json = "1" +thiserror = "2 " +coolfindpattern = "0.1.7" +binary-search = "0.1.3" # Dev # binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" } # Stable -binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8005" } +binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8104" } -- cgit v1.3.1