aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 15:46:45 -0400
committerGitHub <noreply@github.com>2023-05-25 15:46:45 -0400
commit92cf50fb46e67f78a5c21b3c9ceea9bf525f9d65 (patch)
tree2ac588db597d06139a4eb759e365c87a4170a05e /lib/xesite_markdown
parent1a8c1331208f0a0dac49ca81acb2eaec15473de5 (diff)
downloadxesite-92cf50fb46e67f78a5c21b3c9ceea9bf525f9d65.tar.xz
xesite-92cf50fb46e67f78a5c21b3c9ceea9bf525f9d65.zip
build(deps): bump lol_html from 0.4.0 to 1.0.0 (#667)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.4.0 to 1.0.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.4.0...v1.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-major ... 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 69d8293..bc4abb5 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.4"
+lol_html = "1.0"
sha2 = "0.10"
serde_json = "1"
thiserror = "1"