diff --git a/Cargo.lock b/Cargo.lock index a408cb7..4394a57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,6 @@ dependencies = [ "xz2", "zip", "zstd", - "zstd-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6723e19..22b92c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,6 @@ ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" zip = { version = "0.6.3", default-features = false, features = ["time"] } zstd = { version = "0.12.2", default-features = false } -# zstd-sys > 2.0.1 unconditionally enables thin LTO and causes CI to fail -# https://github.com/gyscos/zstd-rs/pull/155 -zstd-sys = "=2.0.1" [target.'cfg(unix)'.dependencies] time = { version = "0.3.17", default-features = false }