Skip to content

Commit

Permalink
Merge pull request rust-scraper#22 from jkcclemens/master
Browse files Browse the repository at this point in the history
Update cssparser and selectors
  • Loading branch information
causal-agent committed Apr 8, 2019
2 parents dcb6bac + 1a55756 commit a1e97a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ repository = "https://github.com/programble/scraper"
readme = "README.md"

[dependencies]
cssparser = "0.24.1"
cssparser = "0.25.3"
ego-tree = "0.6.0"
html5ever = "0.22.0"
matches = "0.1.6"
selectors = "0.20.0"
selectors = "0.21.0"
smallvec = "0.6.0"
tendril = "0.4.0"

Expand Down

0 comments on commit a1e97a2

Please sign in to comment.