From eadb8c3d58b9e86c7ce0434a1d94aa6d10ecb0c9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 22 Nov 2022 10:14:17 -0500 Subject: [PATCH] tests/inst: Update cap-std-ext to 1.0 --- tests/inst/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"