Bump clap to v4.3.14 and regenerate Cargo.lock (#1472)

This commit is contained in:
Thomas Otto 2023-07-17 23:19:44 +02:00 committed by GitHub
parent 8d14a1eba3
commit 278cce0e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 311 additions and 359 deletions

668
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ anyhow = "1.0.70"
bitflags = "2.2.1"
box_drawing = "0.1.2"
bytelines = "=2.2.2" # Pin version until its tokio and futures dependencies are optional.
clap = { version = "4.1.11", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
clap = { version = "4.3.14", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"