Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 24afbec commit c8cb006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_30",
] }
serde_json = "1.0"
Expand Down

0 comments on commit c8cb006

Please sign in to comment.