build(deps): update rust crate indexmap to 2.12.1

This commit is contained in:
renovate[bot]
2025-11-20 22:33:48 +00:00
committed by GitHub
parent 52ab91039c
commit 4b7d9d41e7
2 changed files with 8 additions and 8 deletions
+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.74.1", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] }
indexmap = { version = "2.12.0", features = ["serde"] }
indexmap = { version = "2.12.1", features = ["serde"] }
jsonc-parser = { version = "0.27.1", features = ["serde"] }
log = { version = "0.4.28", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix