diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ff76050b4..7227377c1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "idb-rs" version = "0.1.0" -source = "git+https://github.com/Vector35/idb-rs?rev=fec57b6#fec57b66ae3692b934f32ca1f6fcc6416ee3a522" +source = "git+https://github.com/Vector35/idb-rs?rev=88e33ae#88e33ae12a4099dbf3663eb4ec1cfe6a75f7253b" dependencies = [ "anyhow", "bincode", diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index 855c1af59..fdf7af7ed 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.86" binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "fec57b6" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "88e33ae" } log = "0.4.20"