aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-07 04:12:06 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-06-07 08:08:48 +0200
commitecf671945a1d3bdb5426a38f7ee1477e51a55bca (patch)
tree3d123db5798936511fcde1c3a7195d9cc201e326 /askama_shared/Cargo.toml
parent064077a9001e121a12fc234fee44514840380a0e (diff)
downloadaskama-ecf671945a1d3bdb5426a38f7ee1477e51a55bca.tar.gz
askama-ecf671945a1d3bdb5426a38f7ee1477e51a55bca.tar.bz2
askama-ecf671945a1d3bdb5426a38f7ee1477e51a55bca.zip
Update comrak requirement from 0.12 to 0.13
Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r--askama_shared/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml
index 8affe58..0a2cb21 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -26,7 +26,7 @@ warp = []
[dependencies]
askama_escape = { version = "0.10.3", path = "../askama_escape" }
-comrak = { version = "0.12", optional = true, default-features = false }
+comrak = { version = "0.13", optional = true, default-features = false }
humansize = { version = "1.1.0", optional = true }
mime = "0.3"
mime_guess = "2"