Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 650f7db commit 9eee002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cfg-if = "1.0"
# This however can lead to issues when executing commands like
# cargo `build|check|doc`. That's because the `k8s-openapi` is specified again
# inside of the `dev-dependencies`, this time with a k8s feature enabled
k8s-openapi = { version = "0.22.0", default-features = false, optional = true }
k8s-openapi = { version = "0.23.0", default-features = false, optional = true }
num = "0.4"
num-derive = "0.4"
num-traits = "0.2"
Expand All @@ -48,13 +48,13 @@ slog = "2.7.0"
url = { version = "2.5.0", features = ["serde"] }
wapc-guest = "1.1.0"
chrono = { version = "0.4", default-features = false }
oci-spec = "0.6.5"
oci-spec = "0.7.0"

[dev-dependencies]
assert-json-diff = "2.0.2"
mockall = "0.13.0"
serial_test = "3.1.1"
k8s-openapi = { version = "0.22.0", default-features = false, features = [
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_30",
] }
jsonpath_lib = "0.3.0"

0 comments on commit 9eee002

Please sign in to comment.