From 69f0ea88b997144187b1a16e0d17fa3ba6e99c7c Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Fri, 23 Aug 2024 18:14:22 +0200 Subject: [PATCH] Upgrade indexmap to 2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }