1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-15 22:22:42 +00:00

Remove soup and use a newer html5ever directly

This commit is contained in:
Daniel García 2021-02-07 22:28:02 +01:00
commit c836f88ff2
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 107 additions and 176 deletions

View file

@ -106,7 +106,8 @@ newline-converter = "0.1.0"
handlebars = { version = "3.5.2", features = ["dir_source"] }
# For favicon extraction from main website
soup = "0.5.0"
html5ever = "0.25.1"
markup5ever_rcdom = "0.1.0"
regex = { version = "1.4.3", features = ["std", "perf"], default-features = false }
data-url = "0.1.0"