mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-08 21:50:51 +00:00
deps: bump indexmap to 2.14.0 (#2124)
This commit is contained in:
Generated
+3
-3
@@ -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
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user