From e8b5b8f612e380179fc119e9872f10352aec224e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 03:21:39 +0000 Subject: [PATCH] fix(deps): update rust crate clap to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bfef54..8ae4710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.16", features = ["std"] } clap_complete = "3.2.5" async-std = { version = "1.12.0", features = ["attributes"] } bluetooth-serial-port-async = "0.6.3"