diff --git a/Cargo.lock b/Cargo.lock index 61faca8e..a6520cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "0.17.1" +version = "0.18.0" dependencies = [ "ahash", "cssparser", diff --git a/Cargo.toml b/Cargo.toml index 093c3802..0ada737c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "scraper" -version = "0.17.1" +version = "0.18.0" edition = "2021" description = "HTML parsing and querying with CSS selectors" keywords = ["html", "css", "selector", "scraping"] -authors = [ - "June McEnroe ", -] +authors = ["June McEnroe "] license = "ISC" repository = "https://github.com/causal-agent/scraper"