Merge pull request #2086 from AleoHQ/dependabot/cargo/testnet3/itertools-0.10.5

Bump itertools from 0.10.4 to 0.10.5
This commit is contained in:
Collin Chin 2022-09-21 15:20:19 -07:00 committed by GitHub
commit e8b086bc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1155,9 +1155,9 @@ checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
version = "0.10.4"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]

View File

@ -45,7 +45,7 @@ path = "../core"
version = "1.5.3"
[dependencies.itertools]
version = "0.10.3"
version = "0.10.5"
[dependencies.num-traits]
version = "0.2.15"