Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed May 23, 2024
1 parent dfd3e41 commit c32008a
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.11.3", default-features = false }
guppy = "0.17.5"
log = "0.4.21"
itertools = "0.12.1"
itertools = "0.13.0"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.8.0", path = "../nextest-filtering" }
nextest-runner = { version = "=0.55.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 @@ -41,7 +41,7 @@ home = "0.5.9"
humantime-serde = "1.1.1"
indicatif = "0.17.8"
is_ci = "1.2.0"
itertools = "0.12.1"
itertools = "0.13.0"
log = "0.4.21"
miette.workspace = true
once_cell = "1.19.0"
Expand Down

0 comments on commit c32008a

Please sign in to comment.