From: Colin Walters Date: Fri, 11 Mar 2022 20:32:27 +0000 (-0500) Subject: Update to nix 0.23 X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2~1^2~12^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34d1bcc68ab9cda211c569daa4c7e35f85a7e3dc;p=ostree.git Update to nix 0.23 Part of general crate updates. --- 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" }