chore: move back to official scraper

This commit is contained in:
Kyle Clemens 2019-04-24 19:28:09 -04:00
parent de921985b9
commit 7faf7d08e9
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ with_serde = [
cssparser = { version = "0.25", optional = true }
failure = { version = "0.1", optional = true }
lazy_static = { version = "1", optional = true }
# scraper = { version = "0.9", optional = true }
# switch back to main once pr is merged updating dependencies
scraper = { git = "https://github.com/jkcclemens/scraper", optional = true }
scraper = { version = "0.10", optional = true }
serde = { version = "1", optional = true }
serde_derive = { version = "1", optional = true }
url = "1"