aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-07 19:12:22 +0000
committerGitHub <noreply@github.com>2023-03-07 19:12:22 +0000
commitcf18f64aedbc448a68be27e3fa2a85f56c1132ce (patch)
tree13c2e7b12a488a2e3b52dec4a8158f9c430859c0 /Cargo.lock
parent33d8cf286ec9feee0fffd54ef68f204b91fb5b43 (diff)
downloadxesite-cf18f64aedbc448a68be27e3fa2a85f56c1132ce.tar.xz
xesite-cf18f64aedbc448a68be27e3fa2a85f56c1132ce.zip
build(deps): bump html2text from 0.4.5 to 0.5.0
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.5 to 0.5.0. - [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.5...0.5.0) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d8a363..13c1fca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1138,9 +1138,9 @@ dependencies = [
[[package]]
name = "html2text"
-version = "0.4.5"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8177c65914761eea31e755aadea4db42d516e425046824564979e2158eec7fcb"
+checksum = "8f0472a028e10a6a7c449d88c2caf30c4580fbfcb30affb4dc9491629f15e03f"
dependencies = [
"html5ever",
"markup5ever",