diff --git a/Cargo.toml b/Cargo.toml index c80479f..1ca23e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ indicatif = { version = "0.16.2", features = ["rayon"] } rayon = "1.5.1" walkdir = "2.3.2" regex = "1.5.5" -clap = { version = "3.1.8", features = ["derive"] } +clap = { version = "4.1.11", features = ["derive"] } crc32fast = "1.3.2" blake2 = "0.10.4" md-5 = "0.10.1"