diff --git a/Cargo.lock b/Cargo.lock index 3a9e2d128..3f666bbe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,7 +2420,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.11.3", + "indexmap 2.11.4", "slab", "tokio", "tokio-util", @@ -2439,7 +2439,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.3.1", - "indexmap 2.11.3", + "indexmap 2.11.4", "slab", "tokio", "tokio-util", @@ -2987,9 +2987,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.3" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", "hashbrown 0.15.5", @@ -4526,7 +4526,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", - "indexmap 2.11.3", + "indexmap 2.11.4", "quick-xml 0.38.3", "serde", "time", @@ -4719,7 +4719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" dependencies = [ "futures", - "indexmap 2.11.3", + "indexmap 2.11.4", "nix 0.30.1", "tokio", "tracing", @@ -5972,7 +5972,7 @@ version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ - "indexmap 2.11.3", + "indexmap 2.11.4", "itoa 1.0.15", "memchr", "ryu", @@ -6043,7 +6043,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.11.3", + "indexmap 2.11.4", "schemars 0.9.0", "schemars 1.0.4", "serde", @@ -6071,7 +6071,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.11.3", + "indexmap 2.11.4", "itoa 1.0.15", "ryu", "serde", @@ -7035,7 +7035,7 @@ dependencies = [ "chrono", "clap", "env_logger", - "indexmap 2.11.3", + "indexmap 2.11.4", "log", "mockall", "once_cell", @@ -7689,7 +7689,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.11.3", + "indexmap 2.11.4", "serde", "serde_spanned", "toml_datetime", @@ -7702,7 +7702,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.11.3", + "indexmap 2.11.4", "serde", "serde_spanned", "toml_datetime", diff --git a/crates/terraphim_build_args/Cargo.toml b/crates/terraphim_build_args/Cargo.toml index a7402959e..974b420d9 100644 --- a/crates/terraphim_build_args/Cargo.toml +++ b/crates/terraphim_build_args/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1.0" anyhow = "1.0" log = "0.4" env_logger = "0.11" -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.11", features = ["serde"] } regex = "1.11" walkdir = "2.4" once_cell = "1.19"