diff --git a/Cargo.toml b/Cargo.toml index 0e4623e..48dc754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ blake2 = "0.10.4" blake3 = "1.3.1" clap = { version = "4.4.10", features = ["derive"] } crc32fast = "1.3.2" -indicatif = { version = "0.17.11", features = ["rayon"] } +indicatif = { version = "0.18.1", features = ["rayon"] } md-5 = "0.10.1" num_cpus = "1.13.1" once_cell = "1.10.0"