diff --git a/Cargo.lock b/Cargo.lock index b55f6250..55d6b24b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" +checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" dependencies = [ "atomic-waker", "bytes", @@ -974,7 +974,6 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "pin-utils", "smallvec", "tokio", "want", @@ -1687,12 +1686,6 @@ version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - [[package]] name = "pkg-config" version = "0.3.31" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index f5a00a66..9e327ba7 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -59,7 +59,7 @@ version = "^0.17.0" path = "../dropshot_endpoint" [dependencies.hyper] -version = "1.8.1" +version = "1.9.0" features = [ "full" ] [dependencies.hyper-util]