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:
parent
8b660ae090
commit
c836f88ff2
3 changed files with 107 additions and 176 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue