summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-28 19:56:22 +0000
committerGitHub <noreply@github.com>2024-01-28 19:56:22 +0000
commite7942fab20e5d196414b536fdc91734c8b44f202 (patch)
tree3b3ac80fc32e6719b782da85e5949f85d2f73a10
parent7093d5cd84967edba93c9ed412b07519664f6356 (diff)
build(deps): update rust crate indexmap to 2.2.0
-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 88aded99f..7f041fea0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1647,9 +1647,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.1.0"
+version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
+checksum = "cf2a4f498956c7723dc280afc6a37d0dec50b39a29e232c6187ce4503703e8c2"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@@ -2587,7 +2587,7 @@ checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
dependencies = [
"dyn-clone",
"indexmap 1.9.3",
- "indexmap 2.1.0",
+ "indexmap 2.2.0",
"schemars_derive",
"serde",
"serde_json",
@@ -2850,7 +2850,7 @@ dependencies = [
"gix-features",
"guess_host_triple",
"home",
- "indexmap 2.1.0",
+ "indexmap 2.2.0",
"log",
"mockall",
"nix 0.27.1",
@@ -3140,7 +3140,7 @@ version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
dependencies = [
- "indexmap 2.1.0",
+ "indexmap 2.2.0",
"serde",
"serde_spanned",
"toml_datetime",
@@ -3162,7 +3162,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
- "indexmap 2.1.0",
+ "indexmap 2.2.0",
"toml_datetime",
"winnow",
]
@@ -3173,7 +3173,7 @@ version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
- "indexmap 2.1.0",
+ "indexmap 2.2.0",
"serde",
"serde_spanned",
"toml_datetime",
diff --git a/Cargo.toml b/Cargo.toml
index a58985d1e..67efb4c30 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.58.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.0", optional = true }
-indexmap = { version = "2.1.0", features = ["serde"] }
+indexmap = { version = "2.2.0", features = ["serde"] }
log = { version = "0.4.20", 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