diff --git a/Cargo.toml b/Cargo.toml index 83df6493..989bb20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] } pbkdf2 = {version = "0.12.1", optional = true } sha1 = {version = "0.10.5", optional = true } time = { version = "0.3.20", optional = true, default-features = false, features = ["std"] } -zstd = { version = "0.12.3", optional = true } +zstd = { version = "0.12.3", optional = true, default-features = false } [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies] crossbeam-utils = "0.8.15"