Skip to content

Commit

Permalink
deps: Bump kubewarden-policy-sdk, k8s-openapi api version
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jan 3, 2025
1 parent 52041e6 commit 75d89f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.24.0", default_features = false, features = ["v1_27"] }
kubewarden-policy-sdk = { version = "0.11.0", default_features = false }
k8s-openapi = { version = "0.24.0", default_features = false, features = [
"v1_32",
] }
kubewarden-policy-sdk = { version = "0.11.3", default_features = false }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 75d89f5

Please sign in to comment.