Update dependencies.
This commit is contained in:
parent
29dd410b3b
commit
146eba19ef
File diff suppressed because it is too large
Load Diff
|
@ -20,12 +20,12 @@ unsafe_code = "forbid"
|
|||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.2"
|
||||
scraper = "0.13.0"
|
||||
scraper = "0.18.1"
|
||||
|
||||
[dependencies.clap]
|
||||
features = ["derive"]
|
||||
version = "3.2.20"
|
||||
version = "4.4.18"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.4"
|
||||
test-case = "2.2.1"
|
||||
assert_cmd = "2.0.13"
|
||||
test-case = "3.3.1"
|
||||
|
|
|
@ -24,7 +24,7 @@ pub struct Args {
|
|||
pub attribute: Vec<String>,
|
||||
|
||||
/// A HTML file to read, if not specified stdin will be used instead.
|
||||
#[clap(long, parse(from_os_str))]
|
||||
#[clap(long)]
|
||||
pub file: Option<PathBuf>,
|
||||
|
||||
/// The CSS selector to use.
|
||||
|
|
Loading…
Reference in New Issue