Skip to content

Commit 9fad830

Browse files
committed
Bump thiserror and itertools
1 parent 0feeaf5 commit 9fad830

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/dwarf/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ binaryninja.workspace = true
99
binaryninjacore-sys.workspace = true
1010
gimli = "0.31"
1111
zstd = "0.13.2"
12-
thiserror = "1.0"
12+
thiserror = "2.0"

plugins/pdb-ng/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
anyhow = "^1.0"
1111
binaryninja.workspace = true
1212
binaryninjacore-sys.workspace = true
13-
itertools = "^0.11"
13+
itertools = "0.14"
1414
log = "0.4"
1515
pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" }
1616
regex = "1"

plugins/pdb-ng/demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "../src/lib.rs"
1111
anyhow = "^1.0"
1212
binaryninja = { workspace = true, features = ["demo"]}
1313
binaryninjacore-sys.workspace = true
14-
itertools = "^0.11"
14+
itertools = "0.14"
1515
log = "0.4"
1616
pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" }
1717
regex = "1"

0 commit comments

Comments
 (0)