summaryrefslogtreecommitdiff
path: root/rust/examples/pdb-ng
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 17:34:59 -0500
committerMason Reed <mason@vector35.com>2024-12-13 17:42:38 -0500
commit095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch)
tree4c7ff924f0c80368bf981733b46123e193cc3613 /rust/examples/pdb-ng
parent042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff)
Bump supported rust version to 1.83.0
Diffstat (limited to 'rust/examples/pdb-ng')
-rw-r--r--rust/examples/pdb-ng/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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]