chore(deps): update rust crate html2text to v0.16.6
All checks were successful
Continuous integration / Check (push) Successful in 1m45s
Continuous integration / Test Suite (push) Successful in 6m44s
Continuous integration / Rustfmt (push) Successful in 1m37s
Continuous integration / Trunk (push) Successful in 7m38s
Continuous integration / Disallow unused dependencies (push) Successful in 2m31s
Continuous integration / build (push) Successful in 4m50s
All checks were successful
Continuous integration / Check (push) Successful in 1m45s
Continuous integration / Test Suite (push) Successful in 6m44s
Continuous integration / Rustfmt (push) Successful in 1m37s
Continuous integration / Trunk (push) Successful in 7m38s
Continuous integration / Disallow unused dependencies (push) Successful in 2m31s
Continuous integration / build (push) Successful in 4m50s
This commit is contained in:
47
Cargo.lock
generated
47
Cargo.lock
generated
@@ -60,7 +60,7 @@ dependencies = [
|
|||||||
"cssparser 0.35.0",
|
"cssparser 0.35.0",
|
||||||
"html5ever 0.35.0",
|
"html5ever 0.35.0",
|
||||||
"maplit",
|
"maplit",
|
||||||
"tendril",
|
"tendril 0.4.3",
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -2507,12 +2507,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "html2text"
|
name = "html2text"
|
||||||
version = "0.16.5"
|
version = "0.16.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "89f3074c1e4a7c4b4f7aca411a610e0f2f27e16d571d0e584524b66c93204100"
|
checksum = "9ea4ba4c0f993633569337a4fadfbd4f27448c81adb1af0c2407065f52809662"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"html5ever 0.36.1",
|
"html5ever 0.37.1",
|
||||||
"tendril",
|
"tendril 0.5.0",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
]
|
]
|
||||||
@@ -2538,6 +2538,16 @@ dependencies = [
|
|||||||
"markup5ever 0.36.1",
|
"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]]
|
[[package]]
|
||||||
name = "htmlescape"
|
name = "htmlescape"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
@@ -3504,7 +3514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
|
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"tendril",
|
"tendril 0.4.3",
|
||||||
"web_atoms 0.1.3",
|
"web_atoms 0.1.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3515,7 +3525,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
|
checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"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",
|
"web_atoms 0.2.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -5338,7 +5359,7 @@ dependencies = [
|
|||||||
"html5ever 0.36.1",
|
"html5ever 0.36.1",
|
||||||
"precomputed-hash",
|
"precomputed-hash",
|
||||||
"selectors",
|
"selectors",
|
||||||
"tendril",
|
"tendril 0.4.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6282,6 +6303,16 @@ dependencies = [
|
|||||||
"utf-8",
|
"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]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.69"
|
version = "1.0.69"
|
||||||
|
|||||||
Reference in New Issue
Block a user