Skip to content

Commit 759f342

Browse files
chore(deps): update itertools requirement in the rust-dependencies group
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `itertools` to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53deada commit 759f342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
4040
tracing = "0.1.37"
4141
cfg-if = "1.0.0"
4242
once_cell = "1.18.0"
43-
itertools = "0.12.0" # zip_eq
43+
itertools = "0.13.0" # zip_eq
4444
rand = "0.8.5"
4545
ref-cast = "1.0.20" # allocation-less conversion in multilinear polys
4646
derive_more = "0.99.17" # lightens impl macros for pasta

0 commit comments

Comments
 (0)