Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 23, 2024
1 parent e4ac516 commit 240f15a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.17.0", default_features = false, features = ["v1_25"] }
kubewarden-policy-sdk = "0.8"
lazy_static = "1.4"
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_30",
] }
kubewarden-policy-sdk = "0.11.1"
lazy_static = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2.7"

0 comments on commit 240f15a

Please sign in to comment.