diff --git a/Cargo.toml b/Cargo.toml index 6f72f7b..c35e3f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" criterion = { version = "0.5.1", features = ["html_reports"] } rayon = "1.10" -bzip2 = "0.4" +bzip2 = "0.5" flate2 = "1.0" md5 = "0.7.0" which = "7"