diff --git a/Cargo.lock b/Cargo.lock index 02d7e7f..ac5803c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.9" +version = "4.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030" +checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index a54c933..4b915a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f atty = "0.2.14" bstr = { version = "1.8.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" -clap = { version = "4.4.9", features = ["derive", "env"] } +clap = { version = "4.4.10", features = ["derive", "env"] } filetime_creation = "0.1" flate2 = { version = "1.0.28", default-features = false } fs-err = "2.11.0" @@ -40,7 +40,7 @@ zstd = { version = "0.13.0", default-features = false } is_executable = "1.0.1" [build-dependencies] -clap = { version = "4.4.9", features = ["derive", "env", "string"] } +clap = { version = "4.4.10", features = ["derive", "env", "string"] } clap_complete = "4.4.4" clap_mangen = "0.2.15"