From 00e375e4399c4247b4ea5fdc8efc4b1ae1ad0b39 Mon Sep 17 00:00:00 2001 From: zancas Date: Thu, 14 Nov 2024 21:02:59 -0700 Subject: [PATCH] update itertools --- Cargo.lock | 11 +---------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e12fdceb8..40ab609f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1658,15 +1658,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.12.1" @@ -1793,7 +1784,7 @@ dependencies = [ "bip0039", "hex", "http", - "itertools 0.10.5", + "itertools 0.13.0", "json", "log", "orchard", diff --git a/Cargo.toml b/Cargo.toml index 129eb716c..7b75136f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ hyper-util = "0.1.5" hyper = { version = "1.3.1", features = ["full"] } hyper-rustls = { version = "0.27", features = ["http2"] } indoc = "2.0.1" -itertools = "0.10.5" +itertools = "0.13" json = "0.12.4" jubjub = "0.10.0" lazy_static = "1.4.0"