Skip to content

Commit 36ee93a

Browse files
Update itertools requirement from 0.13.0 to 0.14.0
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ad33c2 commit 36ee93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
1414

1515
[dependencies]
1616
clap = "4.5.9"
17-
itertools = "0.13.0"
17+
itertools = "0.14.0"
1818
openssl = { version = "0.10.64", features = ["vendored"] }
1919
regex = "1.10.5"
2020
reqwest = { version = "0.12.5", features = ["blocking", "json"] }

0 commit comments

Comments
 (0)