diff --git a/Cargo.lock b/Cargo.lock index 68705e1..e7b6354 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 5ef1bcc..52b9bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ amp-workflow = { path = "workflow" } anyhow = "1.0.86" async-nats = "0.35.1" async-trait = "0.1.81" -clap = { version = "4.5.15", features = ["derive", "env"] } +clap = { version = "4.5.16", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3.30" k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_30"] }