From: Colin Walters Date: Thu, 9 Jun 2022 18:51:45 +0000 (-0400) Subject: tests/inst: Bump the version of ostree-ext X-Git-Tag: archive/raspbian/2022.5-1+rpi1^2~9^2^2~28^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2688d7d2611d16c64fdef8f87d0ee480ac3ea973;p=ostree.git tests/inst: Bump the version of ostree-ext In the interest of cross-testing and keeping things up to date. Hmm, I think we need to set up dependabot here. --- diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index cf9c2dcc..aed50ab6 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" sh-inline = "0.2.0" anyhow = "1.0" tempfile = "3.1.0" -ostree-ext = { version = "0.6.0" } +ostree-ext = { version = "0.7.0" } libtest-mimic = "0.3.0" twoway = "0.2.1" hyper = { version = "0.14", features = ["runtime", "http1", "http2", "tcp", "server"] }