diff --git a/Cargo.lock b/Cargo.lock index dfea2dc9..dce3d4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,13 +1240,14 @@ checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" -version = "1.5.2" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http 1.2.0", "http-body", @@ -1254,6 +1255,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -1788,7 +1790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d5a42ffb..b49091ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ handlebars = "6.3.2" humansize = "2.1.3" http = "1.1.0" http-body-util = "0.1" -hyper = "1.4" +hyper = "1.8" hyper-util = "0.1.9" leptos = "0.6" leptos_meta = "0.6"