From e57f5c88036a004654ae6f7e594498397949dbbb Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 24 Apr 2019 19:28:09 -0400 Subject: [PATCH] chore: move back to official scraper --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 18fa536..8d4b345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"