From c131154cb1eaec52110e27fcdfb570308cc8a77e Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Mon, 30 Jan 2023 14:29:10 +0100 Subject: Update comrak dependency to 0.16 --- 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 e1f1bb4..c8326e8 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -14,7 +14,7 @@ markdown = ["comrak", "askama/markdown"] [dependencies] askama = { path = "../askama", version = "0.11.2" } -comrak = { version = "0.15", default-features = false, optional = true } +comrak = { version = "0.16", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] -- cgit