diff --git a/Cargo.lock b/Cargo.lock index 8b1b3831..c5de9bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1176,9 +1176,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index d9fb44ff..673509d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ humansize = "2.1.3" http = "1.1.0" http-body-util = "0.1" hyper = "1.4" -hyper-util = "0.1.9" +hyper-util = "0.1.10" leptos = "0.6" leptos_meta = "0.6" leptos_router = "0.6"