Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v1.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 53e1ff7 commit 0065fa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "verify-image-signatures"
version = "0.3.0"
authors = ["Kubewarden Developers <[email protected]>"]
version = "0.2.9"
authors = [
"Raul Cabello <[email protected]>",
"Víctor Cuadrado <[email protected]>",
]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +14,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.22.0", default-features = false, features = [
k8s-openapi = { version = "0.22.0", default_features = false, features = [
"v1_27",
] }
kubewarden-policy-sdk = "0.11.0"
Expand Down

0 comments on commit 0065fa4

Please sign in to comment.