deps: bump indexmap to 2.14.0 (#2124)

This commit is contained in:
Clement Tsang
2026-07-05 21:30:24 -04:00
committed by GitHub
parent e61385b77c
commit 673dec2b91
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -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]]
+1 -1
View File
@@ -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"] }