diff --git a/Cargo.lock b/Cargo.lock index f18170ea..0309db20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,9 +1239,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.13.0" +version = "2.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" dependencies = [ "equivalent", "hashbrown 0.16.1", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index d2ea16dc..8c08a79f 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.0" +indexmap = "2.13.1" multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.2"