Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 1cb8d2b

Browse files
authored
Merge pull request #1082 from kubewarden/renovate/all-minor
build(deps): update all minor level dependencies
2 parents 3851334 + 0edc397 commit 1cb8d2b

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clap = { version = "4.5", features = ["cargo", "env"] }
1313
clap-markdown = "0.1.4"
1414
clap_complete = "4.5"
1515
directories = "6.0.0"
16-
flate2 = "1.0.29"
16+
flate2 = "1.1"
1717
humansize = "2.1"
1818
itertools = "0.14.0"
1919
k8s-openapi = { version = "0.24.0", default-features = false, features = [
@@ -23,8 +23,8 @@ lazy_static = "1.4.0"
2323
pem = "3"
2424
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.21.0" }
2525
prettytable-rs = "^0.10"
26-
pulldown-cmark = { version = "0.12.1", default-features = false }
27-
pulldown-cmark-mdcat = { version = "2.7.1", default-features = false }
26+
pulldown-cmark = { version = "0.12", default-features = false }
27+
pulldown-cmark-mdcat = { version = "2.7", default-features = false }
2828
regex = "1"
2929
rustls-pki-types = { version = "1", features = ["alloc"] }
3030
semver = { version = "1.0.22", features = ["serde"] }
@@ -58,7 +58,7 @@ reqwest = { version = "0", default-features = false, features = [
5858
assert_cmd = "2.0.14"
5959
hyper = { version = "1.5.0" }
6060
predicates = "3.1"
61-
rstest = "0.24.0"
62-
tempfile = "3.15"
61+
rstest = "0.25"
62+
tempfile = "3.17"
6363
testcontainers = { version = "0.23", features = ["blocking"] }
6464
tower-test = "0.4"

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"extends": [
33
"github>kubewarden/github-actions//renovate-config/default"
4+
],
5+
"packageRules": [
6+
{
7+
"description": "Update GitHub Actions",
8+
"matchManagers": ["github-actions"],
9+
"groupName": "github-actions",
10+
"groupSlug": "github-actions"
11+
}
412
]
513
}

0 commit comments

Comments
 (0)