Skip to content

Commit

Permalink
Upgrade clap to resolve rustix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 3, 2024
1 parent 0c2ac15 commit 43979bd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 76 deletions.
101 changes: 28 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ license = "MIT"
[workspace.dependencies]
anyhow = "1.0.70"
chrono = { version = "0.4.24", default-features = false, features = ["serde"] }
clap = { version = "4.2.4", features = ["derive", "env"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"
clap = { version = "4.5.20", features = ["derive", "env"] }
clap_complete = "4.5.36"
clap_mangen = "0.2.24"
futures = "0.3.28"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
Expand Down

0 comments on commit 43979bd

Please sign in to comment.