Skip to content

Commit a73bee9

Browse files
chore(deps): bump itertools from 0.13.0 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc15143 commit a73bee9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tracing-subscriber = "0.3.19"
3434
tracing = "0.1.41"
3535
kdl = { version = "6.1.0", features = ["v1", "v1-fallback"] }
3636
rstest = "0.23.0"
37-
itertools = "0.13.0"
37+
itertools = "0.14.0"
3838

3939
[dev-dependencies]
4040
criterion = { version = "0.5.1", default-features = false, features = [

0 commit comments

Comments
 (0)