From: Dan Nicholson Date: Tue, 24 Jan 2023 20:18:44 +0000 (-0700) Subject: tests/inst: Update hyper-staticfile to 0.9.4 X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2~3^2~7^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4fd36337b1b69c5d4747a073c1ba569c840f9938;p=ostree.git tests/inst: Update hyper-staticfile to 0.9.4 Due to some vulnerabilities[1][2], all versions prior to 0.9.4 have been yanked from crates.io. There have been some API changes since 0.6.0, but none of them affect the simple `hyper_staticfile::Static` usage here. 1. https://rustsec.org/advisories/RUSTSEC-2022-0069.html 2. https://rustsec.org/advisories/RUSTSEC-2022-0072.html --- diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index a3d211a0..02fc3cbf 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -24,7 +24,7 @@ ostree-ext = { version = "0.9" } libtest-mimic = "0.5.0" twoway = "0.2.1" hyper = { version = "0.14", features = ["runtime", "http1", "http2", "tcp", "server"] } -hyper-staticfile = "0.6.0" +hyper-staticfile = "0.9.4" futures = "0.3.4" http = "0.2.0" tokio = { version = "1.4.0", features = ["full"] }