From 9fad830755f7f1675237541aa5dc363071cf65a3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 17:56:29 -0500 Subject: Bump `thiserror` and `itertools` --- plugins/pdb-ng/demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pdb-ng/demo') 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" -- cgit v1.3.1