Skip to content

Commit

Permalink
build(deps): bump itertools from 0.13.0 to 0.14.0 (#418)
Browse files Browse the repository at this point in the history
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](rust-itertools/itertools@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 95cb11d commit 456f093
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion dkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion frost-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion trusted-dealer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 456f093

Please sign in to comment.