summaryrefslogtreecommitdiff
path: root/plugins/dwarf
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/dwarf
parent0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a (diff)
Bump `thiserror` and `itertools`
Diffstat (limited to 'plugins/dwarf')
-rw-r--r--plugins/dwarf/shared/Cargo.toml2
1 files changed, 1 insertions, 1 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"