From 1e25bb162fcc0ca3faed065a1a53af3ad673012c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 26 Sep 2023 13:13:55 -0400 Subject: [PATCH 1/2] Actually drop `nix` dependency Forgot to do this in the rustix port. Signed-off-by: Colin Walters --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eacf040..65f2526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ rust-version = "1.70.0" anyhow = "1.0" fn-error-context = "0.2.0" futures-util = "0.3.13" -nix = "0.26" oci-spec = "0.5.5" once_cell = "1.9.0" libc = "0.2" From bfe9293618ec233e4e93aafe3ca16d648075ff07 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 26 Sep 2023 13:14:15 -0400 Subject: [PATCH 2/2] Release 0.5.7 Just the rustix port. Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65f2526..55f4efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "containers-image-proxy" readme = "README.md" repository = "https://github.com/containers/containers-image-proxy-rs" -version = "0.5.6" +version = "0.5.7" rust-version = "1.70.0" [dependencies]