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 15, 2023
1 parent d709d22 commit a3c3a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 48 deletions.
56 changes: 9 additions & 47 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.1", features = ["derive", "env"] }

# Error handling
anyhow = "1.0"

0 comments on commit a3c3a3d

Please sign in to comment.