aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-23 08:05:16 -0400
committerGitHub <noreply@github.com>2023-05-23 08:05:16 -0400
commitb326f6f356dfa3904fbe3a372f3b358f3840fcc2 (patch)
tree8d0ad19130e834f310a3bc83c59d022d4a820f2c /lib
parentf6d6b4b1102b7d7e432a28cbc58a6e8c5697e980 (diff)
downloadxesite-b326f6f356dfa3904fbe3a372f3b358f3840fcc2.tar.xz
xesite-b326f6f356dfa3904fbe3a372f3b358f3840fcc2.zip
build(deps): bump html2text from 0.5.1 to 0.6.0 (#664)
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: html2text 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>
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 a8b1495..bbde81e 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.5"
+html2text = "0.6"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1" \ No newline at end of file