Skip to content

Commit ef131a9

Browse files
Update itertools requirement from 0.12.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.12.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a43e2dc commit ef131a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stylist-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ proc-macro2 = "1.0.47"
2626
quote = "1.0.21"
2727
nom = "7.1.1"
2828
syn = { version = "2", features = ["full", "extra-traits"] }
29-
itertools = "0.12.0"
29+
itertools = "0.14.0"
3030
log = "0.4.17"
3131

3232
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)