diff --git a/Cargo.lock b/Cargo.lock index e3fdaac51..89900a12c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,9 +2159,9 @@ dependencies = [ [[package]] name = "hyper-staticfile" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "318ca89e4827e7fe4ddd2824f52337239796ae8ecc761a663324407dc3d8d7e7" +checksum = "0cae01e93c7c6172c525c8bd3e06c42bd8189b4f1db28caae20c4c749a583041" dependencies = [ "futures-util", "http 0.2.12", @@ -5504,7 +5504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand 0.6.5", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 30a501693..2072cf1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ httptest = "0.15.5" human_bytes = "0.4.3" humantime = "2.1.0" hyper = { version = "0.14", features = [ "full" ] } -hyper-staticfile = "0.9" +hyper-staticfile = "0.9.6" indicatif = { version = "0.17.8", features = ["rayon"] } itertools = "0.12.1" libc = "0.2"