diff --git a/Cargo.toml b/Cargo.toml index b4f056b..289ddb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ deflate64 = ["dep:deflate64"] [dependencies] brotli = { version = "7.0", optional = true } -bzip2 = { version = "0.4.4", optional = true } +bzip2 = { version = "0.5.0", optional = true } flate2 = { version = "1.0.13", optional = true } futures-core = { version = "0.3", default-features = false } futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }