diff --git a/Cargo.lock b/Cargo.lock index 7a6dde17..3bc75502 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,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 b6c438c2..672eac23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ axum = { version = "0.5.17", default-features = false } base64 = { version = "0.22.1", default-features = false } camino = { version = "1.1.8", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } -clap = { version = "4.5.15", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } +clap = { version = "4.5.16", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } confargs = { version = "0.1.3", default-features = false } futures = { version = "0.3.30", default-features = false } futures-rustls = { version = "0.25.1", default-features = false }