diff --git a/Cargo.lock b/Cargo.lock index f10ac873b5d..43d7b1d39fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4564,9 +4564,9 @@ checksum = "76a49eaebc8750bcba241df1e1e47ebb51b81eb35c65e8f11ffa0aebac353f7f" [[package]] name = "indexmap" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" +checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 78e8ca2aa3e..6910e512ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ icu_locid = "1.5.0" icu_segmenter = "1.5.0" image = "0.25" imsz = "0.2" -indexmap = { version = "2.11.0", features = ["std"] } +indexmap = { version = "2.11.1", features = ["std"] } ipc-channel = "0.20" itertools = "0.14" js = { package = "mozjs", git = "https://github.com/servo/mozjs" }