diff --git a/Cargo.toml b/Cargo.toml index 7f8df7e310..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"] @@ -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"