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 15, 2023
1 parent bdeaaff commit 5b6a317
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 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-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enable-ansi-support = "0.2.1"
env_logger = { version = "0.10.1", default-features = false }
guppy = "0.17.2"
log = "0.4.20"
itertools = "0.11.0"
itertools = "0.12.0"
miette = { version = "5.10.0", features = ["fancy"] }
nextest-filtering = { version = "=0.5.1", path = "../nextest-filtering" }
nextest-runner = { version = "=0.49.0", path = "../nextest-runner" }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ humantime-serde = "1.1.1"
indent_write = "2.2.0"
indicatif = "0.17.7"
is_ci = "1.1.1"
itertools = "0.11.0"
itertools = "0.12.0"
log = "0.4.20"
rand = "0.8.5"
miette = "5.10.0"
Expand Down

0 comments on commit 5b6a317

Please sign in to comment.