aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-06 21:09:31 -0400
committerGitHub <noreply@github.com>2023-08-06 21:09:31 -0400
commit7f8ca2b9a4ab473563ce26071d4a2e0249d85e90 (patch)
treef0d563ba88aa56e2bef9a551c155de7901231537 /lib
parent38adb9068eccb894be7bc20bc965495dcf77f75b (diff)
downloadxesite-7f8ca2b9a4ab473563ce26071d4a2e0249d85e90.tar.xz
xesite-7f8ca2b9a4ab473563ce26071d4a2e0249d85e90.zip
build(deps): bump lol_html from 1.0.1 to 1.1.1 (#702)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 1.0.1 to 1.1.1. - [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/v1.0.1...v1.1.1) --- 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')
-rw-r--r--lib/mastodon2text/Cargo.toml2
-rw-r--r--lib/xesite_markdown/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon2text/Cargo.toml b/lib/mastodon2text/Cargo.toml
index 5e53214..b487391 100644
--- a/lib/mastodon2text/Cargo.toml
+++ b/lib/mastodon2text/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-lol_html = "1.0"
+lol_html = "1.1"
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml
index bc4abb5..b8f551c 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 = "1.0"
+lol_html = "1.1"
sha2 = "0.10"
serde_json = "1"
thiserror = "1"