1
Fork 0

Update dependencies.

This commit is contained in:
Bauke 2024-01-25 18:52:13 +01:00
parent 29dd410b3b
commit 146eba19ef
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 390 additions and 436 deletions

816
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"

View File

@ -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.