diff --git a/Cargo.lock b/Cargo.lock index e20c72fa..a94daeb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.3.1" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b" +checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 058b82c9..05c79f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bulwark-ext-processor = { path = "crates/ext-processor", version = "0.3.0" } bulwark-config = { path = "crates/config", version = "0.3.0" } thiserror = "1.0.37" clap = { version = "4.3.2", features = ["derive"] } -clap_complete = "4.3.1" +clap_complete = "4.4.0" serde = { version = "1.0.149", features = ["std", "serde_derive"] } serde_json = "1.0.93" toml = { version = "0.7.4", features = ["preserve_order"] }