Bump itertools from 0.11.0 to 0.12.0 (#90)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.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] 2023-11-15 11:53:04 -03:00 committed by GitHub
parent 1a5c8473cd
commit add373a88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 6 deletions

15
Cargo.lock generated
View File

@ -237,7 +237,7 @@ dependencies = [
"eyre",
"frost-ed25519",
"hex",
"itertools 0.11.0",
"itertools 0.12.0",
"rand",
"reddsa",
"serde_json",
@ -412,7 +412,7 @@ dependencies = [
"eyre",
"frost-ed25519",
"hex",
"itertools 0.11.0",
"itertools 0.12.0",
"pipe",
"rand",
"reddsa",
@ -691,6 +691,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
@ -1306,7 +1315,7 @@ dependencies = [
"exitcode",
"frost-ed25519",
"hex",
"itertools 0.11.0",
"itertools 0.12.0",
"rand",
"reddsa",
"serde_json",

View File

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

View File

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

View File

@ -11,7 +11,7 @@ reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "5ea1293
thiserror = "1.0"
rand = "0.8"
hex = "0.4"
itertools = "0.11.0"
itertools = "0.12.0"
exitcode = "1.1.2"
serde_json = "1.0"