summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Boggs <scott@tams.tech>2023-04-22 06:33:08 -0400
committerGitHub <noreply@github.com>2023-04-22 06:33:08 -0400
commit128ce5de3f49d0f436507388f73c01392a654289 (patch)
tree91a0dd4e4fd5c2ba9e385d46dee50ce04232330d
parent782ae82fb500fd1cdc96bf5a5293969e2810c922 (diff)
parentda873e4ea8bc5b8736735506c7271f7e87f70820 (diff)
Merge pull request #92 from dscottboggs/dependabot/cargo/html2text-0.5.0
Update html2text requirement from 0.4.4 to 0.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f93fbb7..c23125d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]