Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b4b4b1

Browse files
committedMar 13, 2025
bump html5ever to 0.29 with deps
1 parent b9e00b3 commit 7b4b4b1

File tree

2 files changed

+30
-47
lines changed

2 files changed

+30
-47
lines changed
 

‎Cargo.lock

+29-46
Original file line numberDiff line numberDiff line change
@@ -1548,16 +1548,14 @@ dependencies = [
15481548

15491549
[[package]]
15501550
name = "html5ever"
1551-
version = "0.28.0"
1551+
version = "0.29.2"
15521552
source = "registry+https://github.com/rust-lang/crates.io-index"
1553-
checksum = "0ff6858c1f7e2a470c5403091866fa95b36fe0dbac5d771f932c15e5ff1ee501"
1553+
checksum = "9b958f80f0fde8601dc6c08685adc743eecaa046181cebd5a57551468dfc2ddc"
15541554
dependencies = [
15551555
"log",
15561556
"mac",
15571557
"markup5ever",
1558-
"proc-macro2",
1559-
"quote",
1560-
"syn 2.0.96",
1558+
"match_token",
15611559
]
15621560

15631561
[[package]]
@@ -2023,7 +2021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
20232021
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
20242022
dependencies = [
20252023
"cfg-if",
2026-
"windows-targets 0.52.6",
2024+
"windows-targets 0.48.5",
20272025
]
20282026

20292027
[[package]]
@@ -2134,9 +2132,9 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
21342132

21352133
[[package]]
21362134
name = "markup5ever"
2137-
version = "0.13.0"
2135+
version = "0.15.0"
21382136
source = "registry+https://github.com/rust-lang/crates.io-index"
2139-
checksum = "d581ff8be69d08a2efa23a959d81aa22b739073f749f067348bd4f4ba4b69195"
2137+
checksum = "03a7b81dfb91586d0677086d40a6d755070e0799b71bb897485bac408dfd5c69"
21402138
dependencies = [
21412139
"log",
21422140
"phf",
@@ -2146,6 +2144,17 @@ dependencies = [
21462144
"tendril",
21472145
]
21482146

2147+
[[package]]
2148+
name = "match_token"
2149+
version = "0.1.0"
2150+
source = "registry+https://github.com/rust-lang/crates.io-index"
2151+
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
2152+
dependencies = [
2153+
"proc-macro2",
2154+
"quote",
2155+
"syn 2.0.96",
2156+
]
2157+
21492158
[[package]]
21502159
name = "matchers"
21512160
version = "0.1.0"
@@ -2628,7 +2637,7 @@ version = "0.11.3"
26282637
source = "registry+https://github.com/rust-lang/crates.io-index"
26292638
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
26302639
dependencies = [
2631-
"phf_shared 0.11.3",
2640+
"phf_shared",
26322641
]
26332642

26342643
[[package]]
@@ -2637,18 +2646,8 @@ version = "0.11.3"
26372646
source = "registry+https://github.com/rust-lang/crates.io-index"
26382647
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
26392648
dependencies = [
2640-
"phf_generator 0.11.3",
2641-
"phf_shared 0.11.3",
2642-
]
2643-
2644-
[[package]]
2645-
name = "phf_generator"
2646-
version = "0.10.0"
2647-
source = "registry+https://github.com/rust-lang/crates.io-index"
2648-
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2649-
dependencies = [
2650-
"phf_shared 0.10.0",
2651-
"rand 0.8.5",
2649+
"phf_generator",
2650+
"phf_shared",
26522651
]
26532652

26542653
[[package]]
@@ -2657,26 +2656,17 @@ version = "0.11.3"
26572656
source = "registry+https://github.com/rust-lang/crates.io-index"
26582657
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
26592658
dependencies = [
2660-
"phf_shared 0.11.3",
2659+
"phf_shared",
26612660
"rand 0.8.5",
26622661
]
26632662

2664-
[[package]]
2665-
name = "phf_shared"
2666-
version = "0.10.0"
2667-
source = "registry+https://github.com/rust-lang/crates.io-index"
2668-
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2669-
dependencies = [
2670-
"siphasher 0.3.11",
2671-
]
2672-
26732663
[[package]]
26742664
name = "phf_shared"
26752665
version = "0.11.3"
26762666
source = "registry+https://github.com/rust-lang/crates.io-index"
26772667
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
26782668
dependencies = [
2679-
"siphasher 1.0.1",
2669+
"siphasher",
26802670
]
26812671

26822672
[[package]]
@@ -4869,12 +4859,6 @@ version = "2.6.0"
48694859
source = "registry+https://github.com/rust-lang/crates.io-index"
48704860
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
48714861

4872-
[[package]]
4873-
name = "siphasher"
4874-
version = "0.3.11"
4875-
source = "registry+https://github.com/rust-lang/crates.io-index"
4876-
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
4877-
48784862
[[package]]
48794863
name = "siphasher"
48804864
version = "1.0.1"
@@ -4989,26 +4973,25 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
49894973

49904974
[[package]]
49914975
name = "string_cache"
4992-
version = "0.8.7"
4976+
version = "0.8.8"
49934977
source = "registry+https://github.com/rust-lang/crates.io-index"
4994-
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
4978+
checksum = "938d512196766101d333398efde81bc1f37b00cb42c2f8350e5df639f040bbbe"
49954979
dependencies = [
49964980
"new_debug_unreachable",
4997-
"once_cell",
49984981
"parking_lot",
4999-
"phf_shared 0.10.0",
4982+
"phf_shared",
50004983
"precomputed-hash",
50014984
"serde",
50024985
]
50034986

50044987
[[package]]
50054988
name = "string_cache_codegen"
5006-
version = "0.5.2"
4989+
version = "0.5.4"
50074990
source = "registry+https://github.com/rust-lang/crates.io-index"
5008-
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
4991+
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
50094992
dependencies = [
5010-
"phf_generator 0.10.0",
5011-
"phf_shared 0.10.0",
4993+
"phf_generator",
4994+
"phf_shared",
50124995
"proc-macro2",
50134996
"quote",
50144997
]

‎src/tools/linkchecker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ path = "main.rs"
99

1010
[dependencies]
1111
regex = "1"
12-
html5ever = "0.28.0"
12+
html5ever = "0.29.0"

0 commit comments

Comments
 (0)
Failed to load comments.