Skip to content

Commit

Permalink
chore(deps): updates several dependencies.
Browse files Browse the repository at this point in the history
Updates  kube, k8s-openapi and kubewarden Rust SDK dependencies in the
Cargo.toml file.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
  • Loading branch information
jvanz committed Dec 27, 2024
1 parent 6daadfe commit 6fb05f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ futures = "0.3"
email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
json-patch = "3.0"
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.97.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", default-features = false }
kube = { version = "0.98.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
] }
kubewarden-policy-sdk = "0.11.1"
kubewarden-policy-sdk = "0.11.3"
lazy_static = "1.4"
mail-parser = { version = "0.9.3", features = ["serde"] }
picky = { version = "7.0.0-rc.8", default-features = false, features = [
Expand Down Expand Up @@ -63,7 +63,7 @@ wasmtime-wasi = "27.0"
[dev-dependencies]
assert-json-diff = "2.0"
test-log = "0.2.15"
k8s-openapi = { version = "0.23.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_30",
] }
rstest = "0.23"
Expand Down

0 comments on commit 6fb05f5

Please sign in to comment.