diff --git a/Cargo.lock b/Cargo.lock index 36b0715cc..e1269b7be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 1a053eabd..4dd838c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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