diff --git a/Cargo.lock b/Cargo.lock index 1525812..1e92a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.7" +version = "4.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d" +checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 773e3b1..cc18cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anda-config = { path = "./anda-config", version = "0.2.0" } andax = { path = "./andax", version = "0.2.0" } flatpak = "0.18.1" clap-verbosity-flag = "2.2.0" -clap_complete = "4.5.7" +clap_complete = "4.5.8" cmd_lib = "1.3.0" tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] } async-trait = "0.1.81" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0e33d2c..e3d4201 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,4 +10,4 @@ clap_mangen = "0.2.22" anda = { path = ".." } clap = { version = "4.5.8", features = ["derive", "env"] } anyhow = "1.0.81" -clap_complete = "4.5.7" +clap_complete = "4.5.8"