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:
parent
1a5c8473cd
commit
add373a88b
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue