Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 459702d

Browse files
chore(deps): update itertools requirement from 0.13.0 to 0.14.0 (#59)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 571426b commit 459702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chrono = { version = "0.4.31", default-features = false, features = [
2626
"serde",
2727
] }
2828
futures-util = "0.3.28"
29-
itertools = "0.13.0"
29+
itertools = "0.14.0"
3030
reqwest = { version = "~0.12.0", features = ["blocking", "json"] }
3131
log = "~0.4.20"
3232

0 commit comments

Comments
 (0)