Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2023
1 parent efa24ba commit b371758
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 92 deletions.
180 changes: 89 additions & 91 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ btleplug = "0.10"
uuid = "1.3"

# Command line parsing
clap = { version = "3.2", features = ["derive", "env"] }
clap = { version = "4.2", features = ["derive", "env"] }

# Error handling
anyhow = "1.0"

0 comments on commit b371758

Please sign in to comment.