Skip to content

Commit

Permalink
Bump itertools from 0.10.1 to 0.10.3
Browse files Browse the repository at this point in the history
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](rust-itertools/itertools@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2021
1 parent 1e86284 commit 71b9533
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "0.2", features = ["full"] }
futures = "0.3.12"
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }
structopt = "0.3.25"
itertools = "0.10.1"
itertools = "0.10.3"

starcoin-logger = { path = "../../commons/logger" }
starcoin-config = { path = "../../config"}
Expand Down
2 changes: 1 addition & 1 deletion commons/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.41"
once_cell = "1.8.0"
mirai-annotations = "1.10.1"
byteorder = "1.4.3"
itertools = { version = "0.10.1", default-features = false }
itertools = { version = "0.10.3", default-features = false }
logger = {path = "../../commons/logger", package="starcoin-logger"}
starcoin-crypto = { package="starcoin-crypto", path = "../../commons/crypto"}
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }
Expand Down
2 changes: 1 addition & 1 deletion executor/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0.41"
itertools = { version = "0.10.1", default-features = false }
itertools = { version = "0.10.3", default-features = false }
rand = "0.8.4"
rayon = "1"
structopt = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion network/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.41"
futures = "0.3.12"
serde = { version = "1.0.130", default-features = false }
rand = "0.8.4"
itertools = "0.10.1"
itertools = "0.10.3"
async-trait = "0.1.51"
parking_lot = "0.11.2"

Expand Down
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pin-utils = "0.1.0"
async-std = "1.10"
futures = "0.3.12"
futures-retry = "0.5.0"
itertools = { version = "0.10.1", default-features = false }
itertools = { version = "0.10.3", default-features = false }
pin-project = "1.0.1"
futures-timer = "3.0"
stream-task ={ path = "../commons/stream-task"}
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.41"
byteorder = { version = "1.4.3", default-features = false }
bytes = "1"
hex = { version = "0.4.3", default-features = false, features=["serde"] }
itertools = { version = "0.10.1", default-features = false }
itertools = { version = "0.10.3", default-features = false }
once_cell = "1.8.0"
proptest = { version = "1.0.0", default-features = false, optional = true }
proptest-derive = { version = "0.3.0", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion vm/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ move-binary-format = { git = "https://github.com/starcoinorg/diem", rev="6b1533f
petgraph = "0.5.1"
walkdir = "2.3"
rayon = "1.5.1"
itertools = "0.10.1"
itertools = "0.10.3"
starcoin-crypto = { path = "../../commons/crypto"}
starcoin-vm-types = { path = "../types"}
starcoin-logger = { path = "../../commons/logger"}
Expand Down
2 changes: 1 addition & 1 deletion vm/move-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ walkdir = "2.3"
once_cell = "1.7.2"
tempfile = "3.2"

itertools = "0.10.1"
itertools = "0.10.3"
hex = "0.4.3"
clap = "2.33.3"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion vm/stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fs_extra = "1.2.0"
clap = "2.33.3"
serde = { version = "1.0.130", default-features = false }
rayon = "1.5.1"
itertools = "0.10.1"
itertools = "0.10.3"


[dev-dependencies]
Expand Down

0 comments on commit 71b9533

Please sign in to comment.