Merge pull request 'chore(deps): update rust crate html2text to v0.16.6' (#232) from renovate/all-minor-patch into master
All checks were successful
Continuous integration / Check (push) Successful in 2m54s
Continuous integration / Test Suite (push) Successful in 3m6s
Continuous integration / Rustfmt (push) Successful in 45s
Continuous integration / build (push) Successful in 2m28s
Continuous integration / Disallow unused dependencies (push) Successful in 2m27s
Continuous integration / Trunk (push) Successful in 21m7s

This commit was merged in pull request #232.
This commit is contained in:
2026-01-18 02:31:16 -08:00

47
Cargo.lock generated
View File

@@ -60,7 +60,7 @@ dependencies = [
"cssparser 0.35.0",
"html5ever 0.35.0",
"maplit",
"tendril",
"tendril 0.4.3",
"url",
]
@@ -2507,12 +2507,12 @@ dependencies = [
[[package]]
name = "html2text"
version = "0.16.5"
version = "0.16.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89f3074c1e4a7c4b4f7aca411a610e0f2f27e16d571d0e584524b66c93204100"
checksum = "9ea4ba4c0f993633569337a4fadfbd4f27448c81adb1af0c2407065f52809662"
dependencies = [
"html5ever 0.36.1",
"tendril",
"html5ever 0.37.1",
"tendril 0.5.0",
"thiserror 2.0.17",
"unicode-width",
]
@@ -2538,6 +2538,16 @@ 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 = "htmlescape"
version = "0.3.1"
@@ -3504,7 +3514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
dependencies = [
"log",
"tendril",
"tendril 0.4.3",
"web_atoms 0.1.3",
]
@@ -3515,7 +3525,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
dependencies = [
"log",
"tendril",
"tendril 0.4.3",
"web_atoms 0.2.1",
]
[[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.1",
]
@@ -5338,7 +5359,7 @@ dependencies = [
"html5ever 0.36.1",
"precomputed-hash",
"selectors",
"tendril",
"tendril 0.4.3",
]
[[package]]
@@ -6282,6 +6303,16 @@ dependencies = [
"utf-8",
]
[[package]]
name = "tendril"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
dependencies = [
"new_debug_unreachable",
"utf-8",
]
[[package]]
name = "thiserror"
version = "1.0.69"