Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 24b6b78 commit 08e895c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/x/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.95", default-features = false }
clap = { version = "4.5.26", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] }
clap = { version = "4.5.27", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] }
env_logger = { version = "0.11.6", default-features = false }
log = { version = "0.4.25", default-features = false }

0 comments on commit 08e895c

Please sign in to comment.