Skip to content

Commit

Permalink
Update Rust crate itertools to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Nov 16, 2023
1 parent 2bee18e commit c31ff2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "3.2.25", features = ["derive"] }
dialoguer = "0.10.4"
guppy = { version = "0.17.2", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.11.0"
itertools = "0.12.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ guppy-summaries = { version = "0.7.1", path = "../guppy-summaries", optional = t
fixedbitset = { version = "0.4.2", default-features = false }
nested = "0.1.1"
indexmap = "2.1.0"
itertools = "0.11.0"
itertools = "0.12.0"
once_cell = "1.18.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ color-eyre = { version = "0.6.2", default-features = false }
diffus = "0.10.0"
either = "1.9.0"
fs_extra = "1.3.0"
itertools = "0.11.0"
itertools = "0.12.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ diffy = "0.3.0"
guppy = { version = "0.17.2", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.3", features = ["glob"], optional = true }
indenter = "0.3.3"
itertools = "0.11.0"
itertools = "0.12.0"
owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.4.0", optional = true }
Expand Down

0 comments on commit c31ff2a

Please sign in to comment.