diff options
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/decompile/Cargo.toml | 2 | ||||
| -rw-r--r-- | rust/examples/minidump/Cargo.toml | 2 | ||||
| -rw-r--r-- | rust/examples/pdb-ng/Cargo.toml | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/rust/examples/decompile/Cargo.toml b/rust/examples/decompile/Cargo.toml index 09c510f6..63d61c26 100644 --- a/rust/examples/decompile/Cargo.toml +++ b/rust/examples/decompile/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] binaryninja = {path="../../"} -clap = { version = "4.4", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } diff --git a/rust/examples/minidump/Cargo.toml b/rust/examples/minidump/Cargo.toml index 3e54fd6c..5f5a7317 100644 --- a/rust/examples/minidump/Cargo.toml +++ b/rust/examples/minidump/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib"] [dependencies] binaryninja = {path="../../"} log = "0.4.20" -minidump = "0.18.0" +minidump = "0.23.0" diff --git a/rust/examples/pdb-ng/Cargo.toml b/rust/examples/pdb-ng/Cargo.toml index 8636bced..6302f121 100644 --- a/rust/examples/pdb-ng/Cargo.toml +++ b/rust/examples/pdb-ng/Cargo.toml @@ -9,11 +9,9 @@ crate-type = ["cdylib"] [dependencies] anyhow = "^1.0" binaryninja = {path = "../../"} -home = "^0.5.5" itertools = "^0.11" log = "^0.4" pdb = "^0.8" -cab = "^0.4" regex = "1" [features] |
