summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-29 04:12:32 +0000
committerGitHub <noreply@github.com>2024-02-29 04:12:32 +0000
commitef8171a3d5d2ce86118db853f3d079c6f16fb71f (patch)
tree827f58c06ef3c3bcca86bd3ac55d9c96ac56bb27
parent49b5e1cfb1733c4a9c97f60400d85c79a1e01c24 (diff)
build(deps): update rust crate indexmap to 2.2.4
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f66f1ba1c..c9e3b5aa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1668,9 +1668,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.2.3"
+version = "2.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
+checksum = "967d6dd42f16dbf0eb8040cb9e477933562684d3918f7d253f2ff9087fb3e7a3"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@@ -2608,7 +2608,7 @@ checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
dependencies = [
"dyn-clone",
"indexmap 1.9.3",
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"schemars_derive",
"serde",
"serde_json",
@@ -2871,7 +2871,7 @@ dependencies = [
"gix-features",
"guess_host_triple",
"home",
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"log",
"mockall",
"nix 0.28.0",
@@ -3160,7 +3160,7 @@ version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
dependencies = [
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"serde",
"serde_spanned",
"toml_datetime",
@@ -3182,7 +3182,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"toml_datetime",
"winnow 0.5.31",
]
@@ -3193,7 +3193,7 @@ version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
dependencies = [
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"serde",
"serde_spanned",
"toml_datetime",
diff --git a/Cargo.toml b/Cargo.toml
index a829e6558..04b4f6932 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ gethostname = "0.4.3"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.59.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.0", optional = true }
-indexmap = { version = "2.2.3", features = ["serde"] }
+indexmap = { version = "2.2.4", features = ["serde"] }
log = { version = "0.4.21", 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