aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-27 09:56:25 -0400
committerGitHub <noreply@github.com>2023-04-27 09:56:25 -0400
commitf72ee757bd5d3970c5e31ba40d14e330d474317e (patch)
tree664d40a8344cbf70ef8736c9253f8f121df8768b /lib/xesite_markdown
parentcdd7b7188914f5c558720b22e383ccc0fae6f32c (diff)
downloadxesite-f72ee757bd5d3970c5e31ba40d14e330d474317e.tar.xz
xesite-f72ee757bd5d3970c5e31ba40d14e330d474317e.zip
build(deps): bump lol_html from 0.3.3 to 0.4.0 (#648)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.3 to 0.4.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib/xesite_markdown')
-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 7eee7f3..69d8293 100644
--- a/lib/xesite_markdown/Cargo.toml
+++ b/lib/xesite_markdown/Cargo.toml
@@ -10,7 +10,7 @@ color-eyre = "0.6"
comrak = "0.18.0"
hex = "0.4"
lazy_static = "1.4"
-lol_html = "0.3"
+lol_html = "0.4"
sha2 = "0.10"
serde_json = "1"
thiserror = "1"