summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-28 03:24:35 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-28 11:29:15 +0000
commitc777125a60eb00cba1308061ac58a211f35aaf29 (patch)
treec4d77d4d00058e9ad718ddd7bc855489ad06060d
parent53247b678e862a014ea7cc2869a222f3a9a8b12e (diff)
build(deps): update rust crate indexmap to 1.9.3
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
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