diff --git a/Cargo.lock b/Cargo.lock index 81088bcb..1b56fa9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,9 +859,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" [[package]] name = "heck" @@ -1068,7 +1068,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.3", "system-configuration", "tokio", "tower-layer", @@ -1238,12 +1238,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.13.1" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "serde", "serde_core", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index d9333f2c..fe33e876 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3.32" hostname = "0.4.2" http = "1.4.0" http-body-util = "0.1.3" -indexmap = "2.13.1" +indexmap = "2.14.0" multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.2"