diff --git a/flate_bench/Cargo.toml b/flate_bench/Cargo.toml index 0c16f0a..1396752 100644 --- a/flate_bench/Cargo.toml +++ b/flate_bench/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Takeru Ohta "] [dependencies] -clap = "*" +clap = "3" flate2 = "*" inflate = "*" libflate = {path = "../"}