From 471bdb226c2edd7f4ade71fd6e4c2079fe840c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:02:03 -0500 Subject: [PATCH] build(deps): update itertools requirement from 0.13 to 0.14 (#19) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- windows-ctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-ctl/Cargo.toml b/windows-ctl/Cargo.toml index bdc2a87..411a6bb 100644 --- a/windows-ctl/Cargo.toml +++ b/windows-ctl/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] der = { version = "0.7.1", features = ["std", "derive", "oid"] } hex = { version = "0.4", optional = true } -itertools = "0.13" +itertools = "0.14" thiserror = "2.0" pkcs7 = { version = "0.4.0-pre.1" } spki = { version = "0.7.0" }