diff options
author | René Kijewski <rene.kijewski@fu-berlin.de> | 2023-01-30 14:29:10 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-01-30 14:37:56 +0100 |
commit | c131154cb1eaec52110e27fcdfb570308cc8a77e (patch) | |
tree | 54aa07400e577d46b45584d16242f82634b48814 /testing/Cargo.toml | |
parent | 7b6f1df433a7f11612608644342b898cd6be8ff5 (diff) | |
download | askama-c131154cb1eaec52110e27fcdfb570308cc8a77e.tar.gz askama-c131154cb1eaec52110e27fcdfb570308cc8a77e.tar.bz2 askama-c131154cb1eaec52110e27fcdfb570308cc8a77e.zip |
Update comrak dependency to 0.16
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 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] |