diff options
Diffstat (limited to 'indexer/Cargo.toml')
-rw-r--r-- | indexer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml index b94f004..b437edf 100644 --- a/indexer/Cargo.toml +++ b/indexer/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.2.1" actix-web-lab = "0.18.5" actix-cors = "0.6.3" scraper = "0.12.0" -html2text = "0.4.3" +html-escape = "0.2.12" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0.87" kuchiki = "0.8.1" |