summaryrefslogtreecommitdiff
path: root/plugins/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorrbran <git@rubens.io>2025-08-05 13:47:54 +0000
committerMason Reed <mason@vector35.com>2025-09-03 17:22:34 -0400
commit8d4fcf6df521c56ed8332540fc0c03d64e342f96 (patch)
tree03690272cc9f691c927b6eec02059ff1db7ca403 /plugins/idb_import/Cargo.toml
parentdd77358c49d5d81f5753bf016211cdc2ec45b8c0 (diff)
Update idb_import idb-rs to 0.1.12
Diffstat (limited to 'plugins/idb_import/Cargo.toml')
-rw-r--r--plugins/idb_import/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml
index 9456aaba..cad56142 100644
--- a/plugins/idb_import/Cargo.toml
+++ b/plugins/idb_import/Cargo.toml
@@ -12,5 +12,5 @@ crate-type = ["cdylib"]
anyhow = { version = "1.0.86", features = ["backtrace"] }
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
-idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.10" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.12" }
log = "0.4"