summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-01-25 19:46:34 -0500
committerGitHub <noreply@github.com>2023-01-25 19:46:34 -0500
commit350809db42eb2577628e965faeb1ac25b360cabf (patch)
treed2591bb45e54bab6d05eedc22fb5729a097eef0f
parent15a7ed50c59070e72a3bb1c2299e5a5286513927 (diff)
parent4fd36337b1b69c5d4747a073c1ba569c840f9938 (diff)
downloadostree-350809db42eb2577628e965faeb1ac25b360cabf.tar.gz
Merge pull request #2807 from dbnicholson/hyper-staticfile-yanked
tests/inst: Update hyper-staticfile to 0.9.4
-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"] }