Skip to content

Commit 6ec6b1e

Browse files
nextest-botsunshowers
authored andcommitted
fix(deps): update rust crate itertools to 0.13.0
1 parent f7c7724 commit 6ec6b1e

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enable-ansi-support = "0.2.1"
2424
env_logger = { version = "0.11.5", default-features = false }
2525
guppy.workspace = true
2626
log = "0.4.22"
27-
itertools = "0.12.1"
27+
itertools = "0.13.0"
2828
miette = { workspace = true, features = ["fancy"] }
2929
nextest-filtering = { version = "=0.9.0", path = "../nextest-filtering" }
3030
nextest-runner = { version = "=0.56.1", path = "../nextest-runner" }

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ home = "0.5.9"
4343
humantime-serde = "1.1.1"
4444
indicatif = "0.17.8"
4545
is_ci = "1.2.0"
46-
itertools = "0.12.1"
46+
itertools = "0.13.0"
4747
log = "0.4.22"
4848
miette.workspace = true
4949
once_cell = "1.19.0"

0 commit comments

Comments
 (0)