1 diff --git a/Cargo.lock b/Cargo.lock
2 index 202cda0..bc864cc 100644
5 @@ -872,6 +872,7 @@ dependencies = [
13 @@ -1678,4 +1679,5 @@ checksum = "2141bed8922b427761470e6bbfeff255da94fa20b0bbeab0d9297fcaf71e3aa7"
19 diff --git a/Cargo.toml b/Cargo.toml
20 index 8e0b5ff..48959b4 100644
23 @@ -57,6 +57,8 @@ libc = "0.2.112"
27 +# Specify that the indirect dependency ztsd-sys should pick up the system zstd C library
28 +zstd-sys = { version = "1", features = [ "pkg-config" ] }
31 fail-on-deprecated = []