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

Commit 50d51fd

Browse files
build(deps): update all minor level dependencies
1 parent f858470 commit 50d51fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@7ea888af71a31437ad4e71c62d021b3bb2728ea9 # v2.49.3
8484
with:
8585
tool: cargo-llvm-cov
8686

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.20.1" }
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"] }

0 commit comments

Comments
 (0)