summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2023-01-24 13:18:44 -0700
committerDan Nicholson <dbn@endlessos.org>2023-01-24 13:20:10 -0700
commit4fd36337b1b69c5d4747a073c1ba569c840f9938 (patch)
treed2591bb45e54bab6d05eedc22fb5729a097eef0f
parent15a7ed50c59070e72a3bb1c2299e5a5286513927 (diff)
downloadostree-4fd36337b1b69c5d4747a073c1ba569c840f9938.tar.gz
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
-rw-r--r--tests/inst/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }