diff --git a/Cargo.toml b/Cargo.toml index 6a87202..e910e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-integer = "0.1" num-traits = "0.2" rand = "0.8.3" itertools = { version = "0.13", default-features = false } -indexmap = "1.6.2" +indexmap = "2.4" [dev-dependencies] ndarray = { version = "0.16.1", features = ["approx"] }