diff options
| author | klensy <klensy@users.noreply.github.com> | 2025-03-13 19:59:53 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2025-03-13 19:59:53 +0300 |
| commit | 7b4b4b19e9fa38bf51faadaf013ca1ffa328bb0f (patch) | |
| tree | 5ffd782970ceef46da98f70016c2e48f98fc30b8 /src | |
| parent | b9e00b32e32da846de8147288e539f5d77f2d63f (diff) | |
| download | rust-7b4b4b19e9fa38bf51faadaf013ca1ffa328bb0f.tar.gz rust-7b4b4b19e9fa38bf51faadaf013ca1ffa328bb0f.zip | |
bump html5ever to 0.29 with deps
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/linkchecker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/linkchecker/Cargo.toml b/src/tools/linkchecker/Cargo.toml index 43b77bf374e..7123d43eb56 100644 --- a/src/tools/linkchecker/Cargo.toml +++ b/src/tools/linkchecker/Cargo.toml @@ -9,4 +9,4 @@ path = "main.rs" [dependencies] regex = "1" -html5ever = "0.28.0" +html5ever = "0.29.0" |
