diff --git a/Cargo.lock b/Cargo.lock index 72b36fb..402df33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.32" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" +checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2" dependencies = [ "bitflags", "clap_derive", @@ -616,9 +616,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.21" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" +checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" dependencies = [ "heck", "proc-macro-error", @@ -1984,7 +1984,7 @@ version = "0.10.3" dependencies = [ "anyhow", "assert_cmd", - "clap 4.0.32", + "clap 4.1.1", "console", "const_format", "csv", diff --git a/README.md b/README.md index f752361..bd43a50 100644 --- a/README.md +++ b/README.md @@ -366,10 +366,10 @@ Options: When HTTPS is available, treat HTTP links as errors -h, --help - Print help information (use `-h` for a summary) + Print help (see a summary with '-h') -V, --version - Print version information + Print version ``` diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 011659d..cdcda42 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -51,7 +51,7 @@ log = "0.4.17" env_logger = "0.10.0" [dependencies.clap] -version = "4.0.32" +version = "4.1.1" features = ["env", "derive"] [dev-dependencies]