diff --git a/Cargo.lock b/Cargo.lock index 3842d61..c141e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "verify-image-signatures" -version = "0.3.0" +version = "0.2.9" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 3bebe9d..b5d2afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "verify-image-signatures" -version = "0.3.0" -authors = ["Kubewarden Developers "] +version = "0.2.9" +authors = [ + "Raul Cabello ", + "VĂ­ctor Cuadrado ", +] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0" -k8s-openapi = { version = "0.22.0", default-features = false, features = [ +k8s-openapi = { version = "0.22.0", default_features = false, features = [ "v1_27", ] } kubewarden-policy-sdk = "0.11.0"