summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Boggs <scott@tams.tech>2023-06-01 12:01:18 -0400
committerGitHub <noreply@github.com>2023-06-01 12:01:18 -0400
commit3b706f28973afe7b63022b8c9894f703dfdfdbcf (patch)
tree6ddaf213032004d137b447890f4c6219f16e37bf
parentd521f4158bc8662b218bff57e02ceb18e3948226 (diff)
parent1339015f632b00a1d247044d45a4ea3ac361183a (diff)
Merge pull request #101 from dscottboggs/dependabot/cargo/html2text-0.6.0
Update html2text requirement from 0.5.0 to 0.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4007794..22d238d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,7 +100,7 @@ skeptic = "0.13"
tempfile = "3"
# for examples:
femme = "2.2.1"
-html2text = "0.5.0"
+html2text = "0.6.0"
[dev-dependencies.criterion]
version = "0.4.0"
features = ["async_tokio"]