summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-11-22 10:09:02 -0500
committerColin Walters <walters@verbum.org>2022-11-22 10:09:20 -0500
commit180a1d8f0a35e4324e86de834a3db0f7ad3f8b4d (patch)
tree643f6f24b878ad7d730b12f1ebc3bcecf3d08b15 /tests
parent8c831311be595320750310b24dcd03fdf55b7d6f (diff)
downloadostree-180a1d8f0a35e4324e86de834a3db0f7ad3f8b4d.tar.gz
tests/inst: Update to latest ostree-ext
Diffstat (limited to 'tests')
-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 cc3f712a..40b1dd36 100644
--- a/tests/inst/Cargo.toml
+++ b/tests/inst/Cargo.toml
@@ -20,7 +20,7 @@ serde_json = "1.0"
sh-inline = "0.2.0"
anyhow = "1.0"
tempfile = "3.1.0"
-ostree-ext = { version = "0.7.0" }
+ostree-ext = { version = "0.9" }
libtest-mimic = "0.5.0"
twoway = "0.2.1"
hyper = { version = "0.14", features = ["runtime", "http1", "http2", "tcp", "server"] }