deps: Update to `itertools` 0.13 (#1398)
This commit is contained in:
parent
9712aebd1f
commit
f812694959
|
@ -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" ]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue