From 7f1ff5594444e78d63e6fd1818bd026e97f5b19d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 14 Jun 2025 09:06:15 +0200 Subject: [PATCH 1/2] Bump to oci-spec 0.8 In prep for bumping some APIs here. Just keeping up with the train, no specific immediate need. Signed-off-by: Colin Walters --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c696d9..462361f 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.7.1" +version = "0.8.0" rust-version = "1.70.0" [dependencies] @@ -13,7 +13,7 @@ fn-error-context = "0.2.0" futures-util = "0.3.13" # NOTE when bumping this in a semver-incompatible way, because we re-export it you # must also bump the semver of this project. -oci-spec = "0.7.0" +oci-spec = "0.8.0" rustix = { version = "1.0", features = ["process", "fs", "net"] } serde = { features = ["derive"], version = "1.0.125" } serde_json = "1.0.64" From 36aedae375a869b984bc826f670dc8433afd2fcf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 14 Jun 2025 09:06:52 +0200 Subject: [PATCH 2/2] Remove unused crate Dropped when we ported to thiserror. Signed-off-by: Colin Walters --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 462361f..3ad1eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ version = "0.8.0" rust-version = "1.70.0" [dependencies] -fn-error-context = "0.2.0" futures-util = "0.3.13" # NOTE when bumping this in a semver-incompatible way, because we re-export it you # must also bump the semver of this project.