chore: move back to official scraper

This commit is contained in:
Anna 2019-04-24 19:28:09 -04:00
parent 8306125061
commit e57f5c8803
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"