From 27447c8db1ec732e82c7f75e71ac09d4d7edce62 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Wed, 20 Jul 2022 15:13:57 +0200 Subject: Update to comrak v0.14 --- 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 77ab25e..3dac5e8 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -13,7 +13,7 @@ markdown = ["comrak", "askama/markdown"] [dependencies] askama = { path = "../askama", version = "0.11.0-beta.1" } -comrak = { version = "0.13", default-features = false, optional = true } +comrak = { version = "0.14", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] -- cgit