diff --git a/Cargo.lock b/Cargo.lock index a143278..07f5078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,18 +122,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d" +checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6" +checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 868f9e4..a553941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] anyhow = "1.0.75" bump_alloc = "0.1.0" -clap = { version = "4.4.0", features = [ "std", "color", "suggestions", "cargo" ] } +clap = { version = "4.4.1", features = [ "std", "color", "suggestions", "cargo" ] } crossbeam = "0.8.2" ignore = "0.4.20" itertools = "0.11.0"