chore(deps): update rust crate html2text to v0.16.1
All checks were successful
Continuous integration / Check (push) Successful in 1m7s
Continuous integration / Test Suite (push) Successful in 1m38s
Continuous integration / Trunk (push) Successful in 7m33s
Continuous integration / Rustfmt (push) Successful in 41s
Continuous integration / build (push) Successful in 1m35s
Continuous integration / Disallow unused dependencies (push) Successful in 2m21s

This commit is contained in:
Renovate Bot 2025-11-08 10:46:41 +00:00
parent e1681edda3
commit d8463c3178

4
Cargo.lock generated
View File

@ -2509,9 +2509,9 @@ dependencies = [
[[package]]
name = "html2text"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef65fbb577b8015aad4347acceb438da6793bdc9834944c3dfb6ad24dbef849"
checksum = "9d03aa402a177ef7eb79eee2ae8212b853aa2fba1ec75e9279e5b597ef821843"
dependencies = [
"html5ever",
"tendril",