Skip to content

Commit 39452ec

Browse files
Bump itertools from 0.9.0 to 0.10.3 (#185)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.9.0 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](rust-itertools/itertools@v0.9.0...v0.10.3) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0d1430 commit 39452ec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iapyx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hex = "0.4"
2222
rand = "0.8"
2323
dirs = "4.0"
2424
rand_core = "0.6"
25-
itertools = "0.9.0"
25+
itertools = "0.10.3"
2626
cryptoxide = "0.3.2"
2727
ed25519-bip32 = "^0.3.1"
2828
jcli = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }

valgrind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr
1111
wallet = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master" }
1212
wallet-core = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master" }
1313
hex = "0.4"
14-
itertools = "0.9.0"
14+
itertools = "0.10.3"
1515
thiserror = "1.0"
1616
serde = { version = "1", features = ["derive"] }
1717
regex = "*"

vitup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assert_fs = "1.0"
1313
glob = "0.3.0"
1414
ctrlc = "3.2.1"
1515
walkdir = "2.3.1"
16-
itertools = "0.9.0"
16+
itertools = "0.10.3"
1717
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
1818
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
1919
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }

0 commit comments

Comments
 (0)