summaryrefslogtreecommitdiff
path: root/plugins/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorrbran <git@rubens.io>2025-05-22 21:12:43 +0000
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-27 09:44:36 -0400
commit8820fd7a7a553d8bceea870997cce3c12eeb9427 (patch)
treecf7e53ba62f215d5652198a0ae7ca0d52b0af8c5 /plugins/idb_import/Cargo.toml
parentff04e7fbbbd6ccbdd6ed35a4e243699eca99935a (diff)
update idb_import idb-rs to 0.1.10
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 db41d40a..9456aaba 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.9" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.10" }
log = "0.4"