diff --git a/Cargo.lock b/Cargo.lock index eac6aa4a..06c3f98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,9 +736,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index b13c8e67..1f89046f 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -23,7 +23,7 @@ debug-ignore = "1.0.5" form_urlencoded = "1.2.1" futures = "0.3.31" hostname = "0.4.0" -http = "1.1.0" +http = "1.2.0" http-body-util = "0.1.2" indexmap = "2.7.0" multer = "3.1.0"