aboutsummaryrefslogtreecommitdiff
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
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>
-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 03a29a9..8e9b4c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1481,9 +1481,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "0.3.3"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3334b64837c6ea62ca7d8c3ba04ca7aa921b307b664002b882e14332ee2f80f1"
+checksum = "1610d7994d67a05bb35861cd733b069b1171de8693bc8452849c59361a1bb87b"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
diff --git a/lib/mastodon2text/Cargo.toml b/lib/mastodon2text/Cargo.toml
index 25bcedf..df6c253 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 = "0.3"
+lol_html = "0.4"
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"