Skip to content

Commit abdda98

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump itertools from 0.12.1 to 0.13.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent faed743 commit abdda98

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ git2 = { version = "0.18.3", default-features = false }
7373
glob = "0.3.0"
7474
indexmap = "2.2.6"
7575
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
76-
itertools = "0.12.1"
76+
itertools = "0.13.0"
7777
lalrpop = "0.19.12"
7878
lalrpop-util = "0.19.12"
7979
lazy_static = "1.4.0"

scm-bisect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.2.0"
1010

1111
[dependencies]
1212
indexmap = "2"
13-
itertools = "0.12"
13+
itertools = "0.13"
1414
thiserror = "1"
1515
tracing = "0.1"
1616

0 commit comments

Comments
 (0)