Merge pull request #92 from dscottboggs/dependabot/cargo/html2text-0.5.0

Update html2text requirement from 0.4.4 to 0.5.0
This commit is contained in:
Scott Boggs 2023-04-22 06:33:08 -04:00 committed by GitHub
commit 128ce5de3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ skeptic = "0.13"
tempfile = "3"
# for examples:
femme = "2.2.1"
html2text = "0.4.4"
html2text = "0.5.0"
[dev-dependencies.criterion]
version = "0.4.0"
features = ["async_tokio"]