diff --git a/Cargo.lock b/Cargo.lock index 04d8fe8ad..fd7aad57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,9 +720,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown 0.15.0", @@ -1337,7 +1337,7 @@ version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "itoa", "memchr", "ryu", @@ -1673,7 +1673,7 @@ dependencies = [ "fs2", "headers", "httpdate", - "indexmap 2.6.0", + "indexmap 2.7.0", "indicatif", "junction", "log", @@ -2040,7 +2040,7 @@ dependencies = [ "crossbeam-utils", "displaydoc", "flate2", - "indexmap 2.6.0", + "indexmap 2.7.0", "memchr", "thiserror 1.0.68", "zopfli", diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 10d4236a7..2cbc453bf 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -49,7 +49,7 @@ httpdate = "1" headers = "0.4" attohttpc = { version = "0.28", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] } chain-map = "0.1.0" -indexmap = "2.6.0" +indexmap = "2.7.0" retry = "2" fs2 = "0.4.3" which = "7.0.0"