From 34d1bcc68ab9cda211c569daa4c7e35f85a7e3dc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 11 Mar 2022 15:32:27 -0500 Subject: [PATCH] Update to nix 0.23 Part of general crate updates. --- 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 31303f72..96c72e26 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -33,7 +33,7 @@ strum = "0.18.0" strum_macros = "0.18.0" openat = "0.1.19" openat-ext = "0.1.4" -nix = "0.20.0" +nix = "0.23.0" # See discussion in https://github.com/coreos/rpm-ostree/pull/2569#issuecomment-780569188 rpmostree-client = { git = "https://github.com/coreos/rpm-ostree", tag = "v2021.3" }