diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 30582524..09aeb43f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -20,7 +20,7 @@ crc32fast = "1.2.2" crypto-common = { version = "0.1.6", features = ["std"] } ctr = { version = "0.9.2", features = ["std"] } flate2 = "1.0.27" -liblzma = "0.1.8" +liblzma = { version = "0.1.8", features = ["static"] } password-hash = "0.5.0" pbkdf2 = { version = "0.12.2", features = ["simple", "parallel"] } rand = "0.8.5"