Skip to content

Commit

Permalink
chore(deps): bump itertools from 0.11.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed May 9, 2024
1 parent 6fe1620 commit 3e23bdb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 25 deletions.
27 changes: 9 additions & 18 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 crates/curp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.80"
bincode = "1.3.3"
curp-external-api = { path = "../curp-external-api" }
engine = { path = "../engine" }
itertools = "0.11"
itertools = "0.12"
prost = "0.12.3"
serde = { version = "1.0.130", features = ["derive", "rc"] }
thiserror = "1.0.58"
Expand Down
4 changes: 2 additions & 2 deletions crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flume = "0.11.0"
fs2 = "0.4.3"
futures = "0.3.21"
indexmap = "2.2.6"
itertools = "0.11"
itertools = "0.12"
madsim = { version = "0.2.27", features = ["rpc", "macros"] }
opentelemetry = { version = "0.21.0", features = ["metrics"] }
parking_lot = "0.12.2"
Expand All @@ -53,7 +53,7 @@ workspace-hack = { version = "0.1", path = "../../workspace-hack" }
[dev-dependencies]
anyhow = "1.0.82"
curp-test-utils = { path = "../curp-test-utils" }
itertools = "0.11"
itertools = "0.12"
mockall = "0.12.1"
once_cell = "1.17.0"
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion crates/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ curp = { path = "../curp" }
curp-test-utils = { path = "../curp-test-utils" }
engine = { path = "../engine" }
futures = "0.3.29"
itertools = "0.11"
itertools = "0.12"
madsim = "0.2.27"
parking_lot = "0.12.2"
prost = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ engine = { path = "../engine" }
event-listener = "5.3.0"
futures = "0.3.25"
hyper = "0.14.27"
itertools = "0.11"
itertools = "0.12"
jsonwebtoken = "9.3.0"
log = "0.4.21"
merged_range = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["RPC", "Interfaces"]
async-trait = "0.1.80"
curp = { path = "../curp" }
curp-external-api = { path = "../curp-external-api" }
itertools = "0.11"
itertools = "0.12"
prost = "0.12.3"
serde = { version = "1.0.137", features = ["derive"] }
thiserror = "1.0.58"
Expand Down
3 changes: 2 additions & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ either = { version = "1", default-features = false, features = ["use_std"] }
futures-channel = { version = "0.3", features = ["sink"] }
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
getrandom = { version = "0.2", default-features = false, features = ["js", "rdrand", "std"] }
itertools = { version = "0.12" }
libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["std"] }
madsim-tokio = { git = "https://github.com/Phoenix500526/madsim.git", branch = "update-tonic", default-features = false, features = ["fs", "io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"] }
Expand All @@ -48,7 +49,7 @@ zeroize = { version = "1", features = ["derive"] }
bytes = { version = "1" }
cc = { version = "1", default-features = false, features = ["parallel"] }
either = { version = "1", default-features = false, features = ["use_std"] }
itertools = { version = "0.12", default-features = false, features = ["use_alloc"] }
itertools = { version = "0.12" }
libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
Expand Down

0 comments on commit 3e23bdb

Please sign in to comment.