Skip to content

Commit e714070

Browse files
committed
bump clap to drop some deps
reduce deps and fixes Crate: proc-macro-error Version: 1.0.4 Warning: unmaintained Title: proc-macro-error is unmaintained Date: 2024-09-01 ID: RUSTSEC-2024-0370 URL: https://rustsec.org/advisories/RUSTSEC-2024-0370
1 parent 88f97df commit e714070

File tree

2 files changed

+20
-43
lines changed

2 files changed

+20
-43
lines changed

Cargo.lock

Lines changed: 18 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ resolver = "2"
66
[workspace.dependencies]
77
anyhow = "1"
88
chrono = "0.4"
9-
clap = "4.1"
9+
# this is latest version with small number of deps
10+
clap = "=4.1.14"
1011
env_logger = "0.10"
1112
hashbrown = "0.14"
1213
log = "0.4"

0 commit comments

Comments
 (0)