build(deps): update rust crate indexmap to 2.13.1

This commit is contained in:
renovate[bot]
2026-04-03 00:53:40 +00:00
committed by GitHub
parent 12d85c1c1d
commit 9a48087137
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1987,9 +1987,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.13.0"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
dependencies = [
"equivalent",
"hashbrown 0.16.1",
+1 -1
View File
@@ -43,7 +43,7 @@ dirs = "6.0.0"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.81.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] }
indexmap = { version = "2.13.0", features = ["serde"] }
indexmap = { version = "2.13.1", features = ["serde"] }
jsonc-parser = { version = "0.32.2", features = ["serde"] }
log = { version = "0.4.29", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix