aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-06 23:11:30 -0400
committerGitHub <noreply@github.com>2023-04-06 23:11:30 -0400
commitd4211559c10b6e8c4b647759a15da5ac59e1f144 (patch)
tree7ecc995591a748bb29b9f9da5dc6c59b8d76e4ec
parentdb60575ed164a25fbb448d6815883a2b7100cca4 (diff)
downloadxesite-d4211559c10b6e8c4b647759a15da5ac59e1f144.tar.xz
xesite-d4211559c10b6e8c4b647759a15da5ac59e1f144.zip
build(deps): bump html2text from 0.5.0 to 0.5.1 (#638)
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.5.0 to 0.5.1. - [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.5.0...0.5.1) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-patch ... 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
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e455fe6..1dd24f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1159,9 +1159,9 @@ dependencies = [
[[package]]
name = "html2text"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f0472a028e10a6a7c449d88c2caf30c4580fbfcb30affb4dc9491629f15e03f"
+checksum = "caa7e2d430ced5b3759001d6b11007ef1ee082b45c34a65752ed7acaca0bc578"
dependencies = [
"html5ever",
"markup5ever",