Skip to content

Commit

Permalink
Merge pull request #65 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
flavio authored Mar 20, 2023
2 parents 0eb8b52 + 1ecb4d9 commit fc66879
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 54 deletions.
70 changes: 18 additions & 52 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.17.0", default_features = false, features = ["v1_24"] }
kubewarden-policy-sdk = "0.8.7"
kubewarden-policy-sdk = "0.9.2"
lazy_static = "1.4"
pem = "1.1.1"
serde_json = "1.0"
Expand All @@ -23,5 +23,5 @@ wildmatch = "2.1.1"

[dev-dependencies]
mockall = "0.11"
rstest = "0.16.0"
rstest = "0.17.0"
serial_test = "1.0.0"

0 comments on commit fc66879

Please sign in to comment.