aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/xesite_types/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_types/Cargo.toml b/lib/xesite_types/Cargo.toml
index 60f6bbf..a8b1495 100644
--- a/lib/xesite_types/Cargo.toml
+++ b/lib/xesite_types/Cargo.toml
@@ -9,6 +9,6 @@ license = "zlib"
[dependencies]
chrono = { version = "0.4", features = [ "serde" ] }
-html2text = "0.4"
+html2text = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1" \ No newline at end of file