Skip to content

Commit

Permalink
deps: Update to itertools 0.13 (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jun 22, 2024
1 parent 9712aeb commit f812694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion nalgebra-sparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f812694

Please sign in to comment.