From a519ab6769e851d81b64458c1280de315fd9c360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:20:42 -0700 Subject: [PATCH] Update itertools requirement from 0.11.0 to 0.12.0 (#5) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f83e015..c91eccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" aes-gcm = "0.10.3" bytes = "1" hmac = { version = "0.12", features = ["std"] } -itertools = "0.11.0" +itertools = "0.12.0" protobuf = { version = "3.3", features = ["with-bytes"] } rand = "0.8.5" sha2 = "0.10"