From 6e4e066d16dd820ef1374ec4f9c321804f60a99e Mon Sep 17 00:00:00 2001 From: Matheus Cardoso Date: Tue, 13 Jun 2023 10:54:29 -0300 Subject: [PATCH] Update pulldown-cmark (#1064) --- crates/wit-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }