diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-07 19:12:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 19:12:22 +0000 |
| commit | cf18f64aedbc448a68be27e3fa2a85f56c1132ce (patch) | |
| tree | 13c2e7b12a488a2e3b52dec4a8158f9c430859c0 | |
| parent | 33d8cf286ec9feee0fffd54ef68f204b91fb5b43 (diff) | |
| download | xesite-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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | lib/xesite_types/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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", 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 |
