diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dwarf/shared/Cargo.toml | 2 | ||||
| -rw-r--r-- | plugins/pdb-ng/Cargo.toml | 2 | ||||
| -rw-r--r-- | plugins/pdb-ng/demo/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dwarf/shared/Cargo.toml b/plugins/dwarf/shared/Cargo.toml index 93ed004d..2e2ee51e 100644 --- a/plugins/dwarf/shared/Cargo.toml +++ b/plugins/dwarf/shared/Cargo.toml @@ -9,4 +9,4 @@ binaryninja.workspace = true binaryninjacore-sys.workspace = true gimli = "0.31" zstd = "0.13.2" -thiserror = "1.0" +thiserror = "2.0" diff --git a/plugins/pdb-ng/Cargo.toml b/plugins/pdb-ng/Cargo.toml index 2025de13..d431fd64 100644 --- a/plugins/pdb-ng/Cargo.toml +++ b/plugins/pdb-ng/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] anyhow = "^1.0" binaryninja.workspace = true binaryninjacore-sys.workspace = true -itertools = "^0.11" +itertools = "0.14" log = "0.4" pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" } regex = "1" diff --git a/plugins/pdb-ng/demo/Cargo.toml b/plugins/pdb-ng/demo/Cargo.toml index 3a36023f..02a645d0 100644 --- a/plugins/pdb-ng/demo/Cargo.toml +++ b/plugins/pdb-ng/demo/Cargo.toml @@ -11,7 +11,7 @@ path = "../src/lib.rs" anyhow = "^1.0" binaryninja = { workspace = true, features = ["demo"]} binaryninjacore-sys.workspace = true -itertools = "^0.11" +itertools = "0.14" log = "0.4" pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" } regex = "1" |
