build(deps): update rust crate indexmap to 1.9.3

This commit is contained in:
renovate[bot] 2023-03-28 03:24:35 +00:00
parent 53247b678e
commit c777125a60
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1457,9 +1457,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.9.2"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",

View file

@ -51,7 +51,7 @@ gethostname = "0.4.1"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.43.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.28.1", optional = true }
indexmap = { version = "1.9.2", features = ["serde"] }
indexmap = { version = "1.9.3", features = ["serde"] }
log = { version = "0.4.17", 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