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

Commit 0944761

Browse files
build(deps): update all minor level dependencies
1 parent 319ac93 commit 0944761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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", default-features = false }
26+
pulldown-cmark = { version = "0.13", default-features = false }
2727
pulldown-cmark-mdcat = { version = "2.7", default-features = false }
2828
regex = "1"
2929
rustls-pki-types = { version = "1", features = ["alloc"] }
@@ -44,7 +44,7 @@ tracing = "0.1"
4444
tracing-subscriber = { version = "0.3", features = ["fmt"] }
4545
url = "2.5.0"
4646
walrus = "0.23.0"
47-
wasmparser = "0.226"
47+
wasmparser = "0.227"
4848

4949
# This is required to have reqwest built using the `rustls-tls-native-roots`
5050
# feature across all the transitive dependencies of kwctl

0 commit comments

Comments
 (0)