aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-10-04 09:33:44 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-11-30 13:33:06 +0100
commit69e2db6efadf2d15514a8947f48acaf174024a57 (patch)
treef965676406b931a7b767e8bc5f978af50f624178 /testing/Cargo.toml
parent21f840a2ad03b23fc9d54f581323b30a3cc9b620 (diff)
downloadaskama-69e2db6efadf2d15514a8947f48acaf174024a57.tar.gz
askama-69e2db6efadf2d15514a8947f48acaf174024a57.tar.bz2
askama-69e2db6efadf2d15514a8947f48acaf174024a57.zip
Upgrade to comrak 0.19
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 23b5743..1d7050d 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.18", default-features = false, optional = true }
+comrak = { version = "0.19", default-features = false, optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]