diff --git a/Cargo.lock b/Cargo.lock index c6f467f..a1cf046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1526,9 +1526,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 25eaace..6d98b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ base64 = "0.22.1" # SSH server dependencies russh = "0.54.6" russh-keys = "0.49.2" -hyper = "1.5.1" +hyper = "1.8.1" async-stream = "0.3.6" anyhow = "1.0.93" natord = "1.0.9"