fix(deps): update rust crate html2text to v0.15.5 #157

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-09-07 05:16:24 -07:00
Showing only changes of commit c94b9f088a - Show all commits

4
Cargo.lock generated
View File

@ -2513,9 +2513,9 @@ dependencies = [
[[package]] [[package]]
name = "html2text" name = "html2text"
version = "0.15.4" version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45fa2df0a9ea63cd3f0153943c13898741020b9c683e539d913d2519292b501" checksum = "389acaa5a86952dcdc88a43bc18021009cb9885b0ff8c2fff1cc44e4f34c2fae"
dependencies = [ dependencies = [
"html5ever", "html5ever",
"tendril", "tendril",