Update to Rumo's latest linkchecker code

cf838122a4 (r107719275)
This commit is contained in:
Damien Elmes 2023-04-12 07:25:39 +10:00
parent b1ed4ade9d
commit f0d430623c
2 changed files with 433 additions and 241 deletions

672
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies] [dependencies]
anki = { path = ".." } anki = { path = ".." }
linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "2f20798ce521cc594d510d4e417e76d5eac04d4b" } linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca" }
futures = "0.3.28" futures = "0.3.28"
itertools = "0.10.5" itertools = "0.10.5"