chore(deps): update rust crate html2text to v0.16.7
Some checks failed
Continuous integration / Test Suite (push) Failing after 1m23s
Continuous integration / Check (push) Failing after 2m1s
Continuous integration / Rustfmt (push) Failing after 1m35s
Continuous integration / build (push) Failing after 28s
Continuous integration / Disallow unused dependencies (push) Failing after 4m59s
Continuous integration / Trunk (push) Successful in 8m1s

This commit is contained in:
2026-01-29 07:16:38 +00:00
parent ae06df21a0
commit 4570a6ea1c

27
Cargo.lock generated
View File

@@ -2522,11 +2522,11 @@ dependencies = [
[[package]]
name = "html2text"
version = "0.16.6"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea4ba4c0f993633569337a4fadfbd4f27448c81adb1af0c2407065f52809662"
checksum = "12d23156ea4dbe6b37ad48fab2da56ff27b0f6192fb5db210c44eb07bfe6e787"
dependencies = [
"html5ever 0.37.1",
"html5ever 0.38.0",
"tendril 0.5.0",
"thiserror 2.0.18",
"unicode-width",
@@ -2553,16 +2553,6 @@ dependencies = [
"markup5ever 0.36.1",
]
[[package]]
name = "html5ever"
version = "0.37.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5935f02fdc02823ff15fec27c2b3d7ca19d629e996f7a0ae4d7d500e62e54c76"
dependencies = [
"log",
"markup5ever 0.37.1",
]
[[package]]
name = "html5ever"
version = "0.38.0"
@@ -3554,17 +3544,6 @@ dependencies = [
"web_atoms 0.2.3",
]
[[package]]
name = "markup5ever"
version = "0.37.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cfb33ea12d5d83b1ba9a55ae7d05faec4f2189d47b79c04d4cea6bbe9f5b083"
dependencies = [
"log",
"tendril 0.5.0",
"web_atoms 0.2.3",
]
[[package]]
name = "markup5ever"
version = "0.38.0"