Skip to content

Commit

Permalink
Update Rust crate jsonschema to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 784819b commit ac54b62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Manages k8s API access for updating MetalLB resources"
[dependencies]
either = "1.11.0"
ipnet = "2.9.0"
jsonschema = "0.22.0"
jsonschema = "0.23.0"
# do not specify a specific k8s api version in the lib crate,
# this should be done in the bin crate
# https://kube.rs/upgrading/#renovate
Expand Down

0 comments on commit ac54b62

Please sign in to comment.