From fbe6cb8e4b5946ee0385a905914d5fefab91ba96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:31:06 +0000 Subject: [PATCH] Update zfp-sys requirement from 0.2.0 to 0.3.0 --- updated-dependencies: - dependency-name: zfp-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tsar-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsar-rs/Cargo.toml b/tsar-rs/Cargo.toml index d7efdfc..6b26356 100644 --- a/tsar-rs/Cargo.toml +++ b/tsar-rs/Cargo.toml @@ -22,7 +22,7 @@ zstd = "0.13.0" zfp-sys-cc = "0.1.4" [target.'cfg(unix)'.dependencies] -zfp-sys = { version = "0.2.0", features = ["static"]} +zfp-sys = { version = "0.3.0", features = ["static"]} [dev-dependencies] byteorder = "1.4.3"