From 23fd947c4ac5504343133dd581a046dbd6fdf685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:33:08 +0000 Subject: [PATCH] build(deps): bump itertools from 0.13.0 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ coordinator/Cargo.toml | 2 +- dkg/Cargo.toml | 2 +- frost-client/Cargo.toml | 2 +- trusted-dealer/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3035fefc..c86030fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -806,7 +806,7 @@ dependencies = [ "frost-rerandomized", "frostd", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "message-io", "participant", "rand", @@ -1119,7 +1119,7 @@ dependencies = [ "frost-ed25519", "frostd", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "participant", "pipe", "rand", @@ -1338,7 +1338,7 @@ dependencies = [ "frost-rerandomized", "frostd", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "participant", "postcard", "rand", @@ -2058,6 +2058,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -2848,7 +2857,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "itertools 0.12.1", "log", "multimap", @@ -2939,7 +2948,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4225,7 +4234,7 @@ dependencies = [ "frost-ed25519", "frost-rerandomized", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "rand", "reddsa 0.5.1 (git+https://github.com/ZcashFoundation/reddsa.git?rev=ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead)", "serde_json", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 86646023..08811add 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "2.0" rand = "0.8" serde_json = "1.0" serdect = { version = "0.2.0" } -itertools = "0.13.0" +itertools = "0.14.0" exitcode = "1.1.2" clap = { version = "4.5.23", features = ["derive"] } reqwest = { version = "0.12.12", features = ["json"] } diff --git a/dkg/Cargo.toml b/dkg/Cargo.toml index 277c6726..c6773504 100644 --- a/dkg/Cargo.toml +++ b/dkg/Cargo.toml @@ -16,7 +16,7 @@ hex = { version = "0.4", features = ["serde"] } thiserror = "2.0" rand = "0.8" serde_json = "1.0" -itertools = "0.13.0" +itertools = "0.14.0" exitcode = "1.1.2" pipe = "0.4.0" frostd = { path = "../frostd" } diff --git a/frost-client/Cargo.toml b/frost-client/Cargo.toml index 6b55a86e..d64c5438 100644 --- a/frost-client/Cargo.toml +++ b/frost-client/Cargo.toml @@ -31,5 +31,5 @@ frost-rerandomized = { version = "2.0.0-rc.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead", features = ["frost"] } rand = "0.8" stable-eyre = "0.2" -itertools = "0.13.0" +itertools = "0.14.0" xeddsa = "1.0.2" \ No newline at end of file diff --git a/trusted-dealer/Cargo.toml b/trusted-dealer/Cargo.toml index 96fd162e..db7258fb 100644 --- a/trusted-dealer/Cargo.toml +++ b/trusted-dealer/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.23", features = ["derive"] } thiserror = "2.0" rand = "0.8" hex = "0.4" -itertools = "0.13.0" +itertools = "0.14.0" exitcode = "1.1.2" serde_json = "1.0"