From 239f59b9b1799e49fcdf34aa50ac344c10647a29 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 19 May 2023 16:04:01 +0200 Subject: Upgrade to comrak 0.18 --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 6e973a4..c1d5ecc 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -14,7 +14,7 @@ markdown = ["comrak", "askama/markdown"] [dependencies] askama = { path = "../askama", version = "0.12" } -comrak = { version = "0.17", default-features = false, optional = true } +comrak = { version = "0.18", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] -- cgit