diff --git a/Cargo.toml b/Cargo.toml index ccbee202..ef33274b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ pkg-fmt = "zip" [dependencies] async-trait = "0.1.56" bytes = "1.1.0" -bzip2 = "0.4.3" +bzip2 = { version = "0.4.3", features = ["static"] } cargo_metadata = "0.14.2" cargo_toml = "0.11.4" clap = { version = "3.1.18", features = ["derive"] }