diff --git a/Cargo.lock b/Cargo.lock index b6f6c757..cf928d81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,18 +438,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.8" +version = "4.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" +checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.8" +version = "4.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" +checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 7642feaa..4c9b0e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "git-tool" async-trait = "0.1" base64 = "0.21" chrono = { git="https://github.com/chronotope/chrono.git" } -clap = { version = "4.4.8", features = ["cargo", "env", "string"] } +clap = { version = "4.4.10", features = ["cargo", "env", "string"] } directories-next = "2.0" futures = "0.3" gtmpl = "0.7"