summaryrefslogtreecommitdiff
path: root/plugins/pdb-ng/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-01-25 17:56:29 -0500
committerMason Reed <mason@vector35.com>2025-01-25 17:56:29 -0500
commit9fad830755f7f1675237541aa5dc363071cf65a3 (patch)
tree22890e2bac33c8b3eb74463dac9ce377eaff7879 /plugins/pdb-ng/Cargo.toml
parent0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a (diff)
Bump `thiserror` and `itertools`
Diffstat (limited to 'plugins/pdb-ng/Cargo.toml')
-rw-r--r--plugins/pdb-ng/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"