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 committed Feb 14, 2022
1 parent d2074ef commit 910dea1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 115 deletions.
135 changes: 23 additions & 112 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.11.0", features = ["v1_20"] }
kubewarden-policy-sdk = "0.2.3"
k8s-openapi = { version = "0.14.0", features = ["v1_20"] }
kubewarden-policy-sdk = "0.3.2"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -20,4 +20,4 @@ wapc-guest = "0.4.0"
anyhow = "1.0"

[dev-dependencies]
jsonpath_lib = "0.2.6"
jsonpath_lib = "0.3.0"

0 comments on commit 910dea1

Please sign in to comment.