diff --git a/crates/wit-parser/Cargo.toml b/crates/wit-parser/Cargo.toml index b6c7103933..5197b39a54 100644 --- a/crates/wit-parser/Cargo.toml +++ b/crates/wit-parser/Cargo.toml @@ -16,7 +16,7 @@ Tooling for parsing `*.wit` files and working with their contents. id-arena = "2" anyhow = { workspace = true } indexmap = { workspace = true } -pulldown-cmark = { version = "0.8", default-features = false } +pulldown-cmark = { version = "0.9.3", default-features = false } unicode-xid = "0.2.2" log = { workspace = true } url = { workspace = true }