From: Colin Walters Date: Tue, 22 Nov 2022 15:09:02 +0000 (-0500) Subject: tests/inst: Update to latest ostree-ext X-Git-Tag: archive/raspbian/2022.7-2+rpi1^2~13^2^2~3^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=180a1d8f0a35e4324e86de834a3db0f7ad3f8b4d;p=ostree.git tests/inst: Update to latest ostree-ext --- 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"] }