diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-05-19 16:04:01 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-05-20 08:17:35 +0200 |
commit | 239f59b9b1799e49fcdf34aa50ac344c10647a29 (patch) | |
tree | a03ed545bf50ae3f5d451489f2fcb41c1eaa3a0c /testing/Cargo.toml | |
parent | 1856c4b57ca7ab706552e2c47f550c86e8999e7c (diff) | |
download | askama-239f59b9b1799e49fcdf34aa50ac344c10647a29.tar.gz askama-239f59b9b1799e49fcdf34aa50ac344c10647a29.tar.bz2 askama-239f59b9b1799e49fcdf34aa50ac344c10647a29.zip |
Upgrade to comrak 0.18
Diffstat (limited to '')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |