deps: Update to `itertools` 0.13 (#1398)

This commit is contained in:
Bruce Mitchener 2024-06-22 23:50:08 +07:00 committed by GitHub
parent 9712aebd1f
commit f812694959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ nalgebra = { path = ".", features = ["debug", "compare", "rand", "macros"]}
# For matrix comparison macro
matrixcompare = "0.3.0"
itertools = "0.10"
itertools = "0.13"
[workspace]
members = [ "nalgebra-lapack", "nalgebra-glm", "nalgebra-sparse", "nalgebra-macros" ]

View File

@ -33,7 +33,7 @@ pest_derive = { version = "2", optional = true }
serde = { version = "1.0", default-features = false, features = [ "derive" ], optional = true }
[dev-dependencies]
itertools = "0.10"
itertools = "0.13"
matrixcompare = { version = "0.3.0", features = [ "proptest-support" ] }
nalgebra = { version="0.32", path = "../", features = ["compare"] }
tempfile = "3.3"