Bump itertools from 0.12.1 to 0.13.0 (#222)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 18:14:06 -03:00 committed by GitHub
parent af6cbce132
commit 33feb71a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 7 deletions

17
Cargo.lock generated
View File

@ -410,7 +410,7 @@ dependencies = [
"eyre", "eyre",
"frost-ed25519", "frost-ed25519",
"hex", "hex",
"itertools", "itertools 0.13.0",
"message-io", "message-io",
"rand", "rand",
"reddsa", "reddsa",
@ -572,7 +572,7 @@ dependencies = [
"eyre", "eyre",
"frost-ed25519", "frost-ed25519",
"hex", "hex",
"itertools", "itertools 0.13.0",
"pipe", "pipe",
"rand", "rand",
"reddsa", "reddsa",
@ -706,7 +706,7 @@ dependencies = [
"derive-getters", "derive-getters",
"document-features", "document-features",
"hex", "hex",
"itertools", "itertools 0.12.1",
"postcard", "postcard",
"rand_core", "rand_core",
"serde", "serde",
@ -1137,6 +1137,15 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.10" version = "1.0.10"
@ -2448,7 +2457,7 @@ dependencies = [
"exitcode", "exitcode",
"frost-ed25519", "frost-ed25519",
"hex", "hex",
"itertools", "itertools 0.13.0",
"rand", "rand",
"reddsa", "reddsa",
"serde_json", "serde_json",

View File

@ -14,7 +14,7 @@ hex = { version = "0.4", features = ["serde"] }
thiserror = "1.0" thiserror = "1.0"
rand = "0.8" rand = "0.8"
serde_json = "1.0" serde_json = "1.0"
itertools = "0.12.1" itertools = "0.13.0"
exitcode = "1.1.2" exitcode = "1.1.2"
clap = { version = "4.5.4", features = ["derive"] } clap = { version = "4.5.4", features = ["derive"] }
reqwest = { version = "0.12.4", features = ["json"] } reqwest = { version = "0.12.4", features = ["json"] }

View File

@ -13,7 +13,7 @@ hex = { version = "0.4", features = ["serde"] }
thiserror = "1.0" thiserror = "1.0"
rand = "0.8" rand = "0.8"
serde_json = "1.0" serde_json = "1.0"
itertools = "0.12.1" itertools = "0.13.0"
exitcode = "1.1.2" exitcode = "1.1.2"
pipe = "0.4.0" pipe = "0.4.0"

View File

@ -12,7 +12,7 @@ clap = { version = "4.5.4", features = ["derive"] }
thiserror = "1.0" thiserror = "1.0"
rand = "0.8" rand = "0.8"
hex = "0.4" hex = "0.4"
itertools = "0.12.1" itertools = "0.13.0"
exitcode = "1.1.2" exitcode = "1.1.2"
serde_json = "1.0" serde_json = "1.0"