Skip to content

Commit 678049c

Browse files
Update dependencies
1 parent 7b57d42 commit 678049c

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ keywords = ["html", "css", "selector", "scraping"]
88

99
authors = [
1010
"June McEnroe <june@causal.agency>",
11-
"Vivek Kushwaha <yoursvivek@gmail.com>",
1211
]
1312
license = "ISC"
1413

@@ -17,16 +16,16 @@ readme = "README.md"
1716

1817
[dependencies]
1918
cssparser = "0.27"
20-
ego-tree = "0.6"
19+
ego-tree = "0.6.2"
2120
html5ever = "0.26"
22-
matches = "0.1.6"
23-
selectors = "0.22"
24-
smallvec = "1"
25-
tendril = "0.4"
26-
indexmap = { version = "1.6.1", optional = true }
21+
matches = "0.1.9"
22+
selectors = "0.22.0"
23+
smallvec = "1.9.0"
24+
tendril = "0.4.3"
25+
indexmap = { version = "1.9.1", optional = true }
2726

2827
[dependencies.getopts]
29-
version = "0.2.18"
28+
version = "0.2.21"
3029
optional = true
3130

3231
[features]

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,3 @@ assert_eq!(vec!["Hello, ", "world!"], text);
134134
Please feel free to open pull requests. If you're planning on implementing
135135
something big (i.e. not fixing a typo, a small bug fix, minor refactor, etc)
136136
then please open an issue first.
137-
138-
## Stargazers over time
139-
140-
[![Stargazers over time](https://starchart.cc/causal-agent/scraper.svg)](https://starchart.cc/causal-agent/scraper)
141-
142-
License: ISC

0 commit comments

Comments
 (0)