build(deps): update rust crate indexmap to 2.6.0

This commit is contained in:
renovate[bot]
2024-10-02 00:22:21 +00:00
committed by GitHub
parent baccafbf8f
commit ae51be692d
2 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ gethostname = "0.5.0"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.66.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.2", optional = true }
indexmap = { version = "2.5.0", features = ["serde"] }
indexmap = { version = "2.6.0", features = ["serde"] }
log = { version = "0.4.22", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
# see: https://github.com/NixOS/nixpkgs/issues/160876