aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--Cargo.lock4
-rw-r--r--lib/mastodon2text/Cargo.toml2
-rw-r--r--lib/xesite_markdown/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf6d441..9952d9a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1490,9 +1490,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "1.0.1"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04c33c1d9a4773e959a33466a1115230b0799a76c8420dceaf6c0cb73eb9a37d"
+checksum = "3372b80cde44553082ee991301ae82d6650e58f812e973d9d302690490e74ed9"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
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"