diff --git a/Cargo.lock b/Cargo.lock index d59dbf8d5..ab0839c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,9 +1816,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -2484,7 +2484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" dependencies = [ "base64 0.22.1", - "indexmap 2.7.1", + "indexmap 2.8.0", "quick-xml 0.32.0", "serde", "time", @@ -2842,7 +2842,7 @@ checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "dyn-clone", "indexmap 1.9.3", - "indexmap 2.7.1", + "indexmap 2.8.0", "schemars_derive", "serde", "serde_json", @@ -3109,7 +3109,7 @@ dependencies = [ "gix-features", "guess_host_triple", "home", - "indexmap 2.7.1", + "indexmap 2.8.0", "jsonc-parser", "libz-ng-sys", "log", @@ -3447,7 +3447,7 @@ version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.8.0", "serde", "serde_spanned", "toml_datetime", @@ -3469,7 +3469,7 @@ version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.8.0", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 28426045c..93f5fc649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ dunce = "1.0.5" # default feature restriction addresses https://github.com/starship/starship/issues/4251 gix = { version = "0.70.0", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.40.0", optional = true } -indexmap = { version = "2.7.1", features = ["serde"] } +indexmap = { version = "2.8.0", features = ["serde"] } jsonc-parser = { version = "0.26.2", features = ["serde"] } log = { version = "0.4.26", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix