aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown/Cargo.toml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-28 18:06:33 -0400
committerXe Iaso <me@xeiaso.net>2023-03-28 18:06:37 -0400
commit3b940171e3c6c38352e357c8dab8cdf305c4fdc0 (patch)
tree63f7058b650f683adfe9ad704af638ee2a61dbd0 /lib/xesite_markdown/Cargo.toml
parent06803ef3c5c88367f4efdba444cef0cd39841b92 (diff)
downloadxesite-3b940171e3c6c38352e357c8dab8cdf305c4fdc0.tar.xz
xesite-3b940171e3c6c38352e357c8dab8cdf305c4fdc0.zip
bump comrak from 0.16.0 to 0.17.0
Replaces #630 Fixes GHSA-8hqf-xjwp-p67v Fixes GHSA-xxmq-4vph-956w Fixes GHSA-5r3x-p7xx-x6q5 Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib/xesite_markdown/Cargo.toml')
-rw-r--r--lib/xesite_markdown/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml
index 87ba1d7..920d71c 100644
--- a/lib/xesite_markdown/Cargo.toml
+++ b/lib/xesite_markdown/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
color-eyre = "0.6"
-comrak = "0.16.0"
+comrak = "0.17.0"
hex = "0.4"
lazy_static = "1.4"
lol_html = "0.3"