summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-11-22 10:14:17 -0500
committerColin Walters <walters@verbum.org>2022-11-22 10:14:17 -0500
commiteadb8c3d58b9e86c7ce0434a1d94aa6d10ecb0c9 (patch)
treec1883079091899e463f6220fd4bb598b2fa63995
parentc0beedbb48895b367444bcf62ee2d884856d718b (diff)
downloadostree-eadb8c3d58b9e86c7ce0434a1d94aa6d10ecb0c9.tar.gz
tests/inst: Update cap-std-ext to 1.0
-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 c6211adb..7cf3baaa 100644
--- a/tests/inst/Cargo.toml
+++ b/tests/inst/Cargo.toml
@@ -11,7 +11,7 @@ name = "ostree-test"
path = "src/insttestmain.rs"
[dependencies]
-cap-std-ext = "0.25"
+cap-std-ext = "1.0"
clap = "2.32.0"
structopt = "0.3"
serde = "1.0.111"