diff --git a/Cargo.lock b/Cargo.lock index 3767f53..8341c45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.4" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" +checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 1b4eaed..76532d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ tokio = { version = "1.0", features = ["fs", "io-util"], optional = true } # Ordered map for preserving key order in tables #══════════════════════════════════════════⬡ -indexmap = "2.0" +indexmap = "2.12" # Serialization / Deserialization #══════════════════════════════════════════⬡