chore: bump itertools from 0.10.1 to 0.10.3 (#21643)

* chore: bump itertools from 0.10.1 to 0.10.3

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.1...v0.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-12-06 23:23:26 -07:00
committed by GitHub
parent 92a1fc076c
commit f6801a4af4
12 changed files with 34 additions and 34 deletions

View File

@ -1326,9 +1326,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.1"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
@ -2523,7 +2523,7 @@ dependencies = [
"bincode",
"byteorder 1.4.3",
"elf",
"itertools 0.10.1",
"itertools 0.10.3",
"log",
"miow",
"net2",
@ -3181,7 +3181,7 @@ dependencies = [
"bv",
"bytemuck",
"curve25519-dalek 3.2.0",
"itertools 0.10.1",
"itertools 0.10.3",
"lazy_static",
"libsecp256k1 0.6.0",
"log",
@ -3209,7 +3209,7 @@ version = "1.10.0"
dependencies = [
"base64 0.13.0",
"bincode",
"itertools 0.10.1",
"itertools 0.10.3",
"libc",
"libloading",
"log",
@ -3286,7 +3286,7 @@ dependencies = [
"dir-diff",
"flate2",
"fnv",
"itertools 0.10.1",
"itertools 0.10.3",
"lazy_static",
"log",
"memmap2 0.5.0",
@ -3336,7 +3336,7 @@ dependencies = [
"ed25519-dalek-bip32",
"generic-array 0.14.4",
"hmac 0.11.0",
"itertools 0.10.1",
"itertools 0.10.3",
"lazy_static",
"libsecp256k1 0.6.0",
"log",