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

Commit 8970070

Browse files
build(deps): update all minor level dependencies
1 parent 3851334 commit 8970070

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
override: true
8181

8282
- name: Install cargo-llvm-cov
83-
uses: taiki-e/install-action@eb454bad93a35bbf86f7bf88a114beee8d0e08bd # v2.48.22
83+
uses: taiki-e/install-action@a209ff0ce0349f9e7cadc4ba8f6a415c8d3b0813 # v2.49.11
8484
with:
8585
tool: cargo-llvm-cov
8686

@@ -91,7 +91,7 @@ jobs:
9191
run: cargo llvm-cov --lcov --output-path lcov.info
9292

9393
- name: Upload unit-tests coverage to Codecov
94-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
94+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
9595
with:
9696
files: lcov.info
9797
fail_ci_if_error: true
@@ -161,4 +161,4 @@ jobs:
161161
- name: Checkout Actions Repository
162162
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
163163
- name: Spell Check Repo
164-
uses: crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
164+
uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 }
26+
pulldown-cmark = { version = "0.13.0", default-features = false }
2727
pulldown-cmark-mdcat = { version = "2.7.1", default-features = false }
2828
regex = "1"
2929
rustls-pki-types = { version = "1", features = ["alloc"] }
@@ -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"
61+
rstest = "0.25.0"
6262
tempfile = "3.15"
6363
testcontainers = { version = "0.23", features = ["blocking"] }
6464
tower-test = "0.4"

0 commit comments

Comments
 (0)