diff --git a/Cargo.lock b/Cargo.lock index 4f0fbbb4..cd745ae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,12 +705,12 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "2.13.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.1", + "hashbrown 0.17.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a092a3f8..13bde760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ crossterm = "0.29.0" ctrlc = { version = "3.5.0", features = ["termination"] } dirs = "6.0.0" humantime = "2.3.0" -indexmap = "2.13.0" +indexmap = "2.14.0" indoc = "2.0.7" itertools = "0.15.0" nvml-wrapper = { version = "0.12.1", optional = true, features = ["legacy-functions"] }