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 Sep 11, 2023
1 parent 1f2ac67 commit ffefeb0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
26 changes: 20 additions & 6 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 @@ -10,10 +10,10 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.19.0", default_features = false, features = ["v1_24"] }
k8s-openapi = { version = "0.20.0", default_features = false, features = ["v1_24"] }
kubewarden-policy-sdk = "0.9.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
encoding = "0.2.33"
base64 = "0.21.3"
base64 = "0.21.4"
rusty_hog_scanner = { git = "https://github.com/newrelic/rusty-hog/", rev = "0a5c56ef546093d78fbc824b80fd82999c9af4c0" }

0 comments on commit ffefeb0

Please sign in to comment.