diff --git a/Cargo.lock b/Cargo.lock index 9f69770a..aaa78f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,9 +1097,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 3eb32e5f..0bc5d5f7 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3.31" hostname = "0.4.2" http = "1.4.0" http-body-util = "0.1.3" -indexmap = "2.12.1" +indexmap = "2.13.0" multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.2"