This repository was archived by the owner on Jan 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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@ae97ff9daf1cd2e216671a047d80ff48461e30bb # v2.49.1
8484 with :
8585 tool : cargo-llvm-cov
8686
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ lazy_static = "1.4.0"
2323pem = " 3"
2424policy-evaluator = { git = " https://github.com/kubewarden/policy-evaluator" , tag = " v0.20.0" }
2525prettytable-rs = " ^0.10"
26- pulldown-cmark = { version = " 0.12.1 " , default-features = false }
26+ pulldown-cmark = { version = " 0.13.0 " , default-features = false }
2727pulldown-cmark-mdcat = { version = " 2.7.1" , default-features = false }
2828regex = " 1"
2929rustls-pki-types = { version = " 1" , features = [" alloc" ] }
@@ -44,7 +44,7 @@ tracing = "0.1"
4444tracing-subscriber = { version = " 0.3" , features = [" fmt" ] }
4545url = " 2.5.0"
4646walrus = " 0.23.0"
47- wasmparser = " 0.225 "
47+ wasmparser = " 0.226 "
4848
4949# This is required to have reqwest built using the `rustls-tls-native-roots`
5050# feature across all the transitive dependencies of kwctl
You can’t perform that action at this time.
0 commit comments