From b3a6231903549768914f3319013d876145a7833d Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 15 Nov 2024 09:03:38 +0200 Subject: [PATCH 1/2] bump getset from v0.1.1 to v0.1.3 The latest release of getset reworked its dependencies to move away from unmaintained proc-macro-error. Signed-off-by: Mikko Ylinen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f8df7e310..a2b896ee38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "2.0.0" serde_json = "1.0.66" quickcheck = { version = "1.0.3", optional = true } derive_builder = "0.20.0" -getset = "0.1.1" +getset = "0.1.3" strum = "0.26.2" strum_macros = "0.26.2" regex = "1" From e282b30e4c6fe3e8ceb4dc9aa904cdc458da8e61 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 15 Nov 2024 09:50:02 +0200 Subject: [PATCH 2/2] update repository and homepage URLs Signed-off-by: Mikko Ylinen --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2b896ee38..ad2dcf44f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ authors = [ description = "Open Container Initiative Specifictions in Rust" documentation = "https://docs.rs/oci-spec" readme = "README.md" -homepage = "https://github.com/containers/oci-spec-rs" -repository = "https://github.com/containers/oci-spec-rs" +homepage = "https://github.com/youki-dev/oci-spec-rs" +repository = "https://github.com/youki-dev/oci-spec-rs" license = "Apache-2.0" keywords = ["oci", "spec", "container", "runtime", "image"] categories = ["api-bindings"]