Skip to content

Commit

Permalink
fix(deps): update rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 4a2d75f commit 4c3c15e
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 11 deletions.
170 changes: 160 additions & 10 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 @@ -14,7 +14,7 @@ readme = "README.md"
galaxy_buds_rs = { git = "https://github.com/JojiiOfficial/GalaxyBuds-rs" }
#galaxy_buds_rs = "0.2.10"
#galaxy_buds_rs = { path = "../GalaxyBuds-rs" }
clap = { version = "3.2.8", features = ["std"] }
clap = { version = "4.4.10", features = ["std"] }
clap_complete = "3.2.5"
async-std = { version = "1.12.0", features = ["attributes"] }
bluetooth-serial-port-async = "0.6.3"
Expand Down

0 comments on commit 4c3c15e

Please sign in to comment.