Skip to content

Commit a70c031

Browse files
Upgrade itertools crate from 0.11.0 to 0.12.0 version (#314)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62912dd commit a70c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rustc_version = { version = "0.4", optional = true }
3434

3535
[dev-dependencies]
3636
derive_more = { path = "..", features = ["full"] }
37-
itertools = "0.11.0"
37+
itertools = "0.12.0"
3838

3939
[badges]
4040
github = { repository = "JelteF/derive_more", workflow = "CI" }

0 commit comments

Comments
 (0)