diff --git a/Cargo.lock b/Cargo.lock index de6271c..164464a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.6" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd" +checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index bcf4054..0292c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.1 anyhow = "1.0.79" clap = { version = "4.4.16", features = ["derive", "env"] } clap-verbosity-flag = "2.1.1" -clap_complete = "4.4.6" +clap_complete = "4.4.8" colored = "2" confy = "0.6.0" ctrlc = "3.4.2"