aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-08 10:05:47 +0000
committerXe Iaso <me@christine.website>2022-11-23 21:29:17 -0500
commitb28b66745f43a2250862552a5e5ba2bd292d9414 (patch)
treed162fe63fb786b0480e079c41eb0436effa1fe10
parentf377d7cb75dc5f0ad1dc57901791e959adc2b66d (diff)
downloadxesite-b28b66745f43a2250862552a5e5ba2bd292d9414.tar.xz
xesite-b28b66745f43a2250862552a5e5ba2bd292d9414.zip
build(deps): bump html2text from 0.4.3 to 0.4.4
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/jugglerchris/rust-html2text/releases) - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.4.3...0.4.4)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c623f63..dddd7b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1094,9 +1094,9 @@ dependencies = [
[[package]]
name = "html2text"
-version = "0.4.3"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db2a75f4fdb748c0980b4d04f8edafc749bf4b5bfa738bf6c1565c7e6118d6ca"
+checksum = "63009e2578b64b51d15a23fc5e440e3952eafba3d1e20ec76dd3f63221d95ed1"
dependencies = [
"html5ever",
"markup5ever",