Update html2text requirement from 0.5.0 to 0.6.0
Updates the requirements on [html2text](https://github.com/jugglerchris/rust-html2text) to permit the latest version. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d521f4158b
commit
1339015f63
|
@ -100,7 +100,7 @@ skeptic = "0.13"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
# for examples:
|
# for examples:
|
||||||
femme = "2.2.1"
|
femme = "2.2.1"
|
||||||
html2text = "0.5.0"
|
html2text = "0.6.0"
|
||||||
[dev-dependencies.criterion]
|
[dev-dependencies.criterion]
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
features = ["async_tokio"]
|
features = ["async_tokio"]
|
||||||
|
|
Loading…
Reference in New Issue