aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-25 20:10:57 -0500
committerGitHub <noreply@github.com>2023-01-25 20:10:57 -0500
commit59d396fcbd1c736877cdd7ad3b677bf1d81d7b72 (patch)
tree97743dfe9f3deb025f798192ef14592b38101d2e /lib
parent251efbde4a312a673ab9f9a4f5bd891e8760211b (diff)
downloadxesite-59d396fcbd1c736877cdd7ad3b677bf1d81d7b72.tar.xz
xesite-59d396fcbd1c736877cdd7ad3b677bf1d81d7b72.zip
build(deps): bump comrak from 0.15.0 to 0.16.0 (#598)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.15.0 to 0.16.0. - [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.15.0...0.16.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-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 0494f16..87ba1d7 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.15.0"
+comrak = "0.16.0"
hex = "0.4"
lazy_static = "1.4"
lol_html = "0.3"