diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-23 08:05:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-23 08:05:16 -0400 |
| commit | b326f6f356dfa3904fbe3a372f3b358f3840fcc2 (patch) | |
| tree | 8d0ad19130e834f310a3bc83c59d022d4a820f2c | |
| parent | f6d6b4b1102b7d7e432a28cbc58a6e8c5697e980 (diff) | |
| download | xesite-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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | lib/xesite_types/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1140,9 +1140,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa7e2d430ced5b3759001d6b11007ef1ee082b45c34a65752ed7acaca0bc578" +checksum = "74cda84f06c1cc83476f79ae8e2e892b626bdadafcb227baec54c918cadc18a0" dependencies = [ "html5ever", "markup5ever", 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 |
