From 3a7bf3d80a9be760a230ac7da3d1635d224fad64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:37:08 +0000 Subject: [PATCH] cargo(deps): Bump libz-ng-sys in the compression group Bumps the compression group with 1 update: [libz-ng-sys](https://github.com/rust-lang/libz-sys). Updates `libz-ng-sys` from 1.1.25 to 1.1.28 - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.25...1.1.28) --- updated-dependencies: - dependency-name: libz-ng-sys dependency-version: 1.1.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compression ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e553bf..ec2d216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2533,9 +2533,9 @@ dependencies = [ [[package]] name = "libz-ng-sys" -version = "1.1.25" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b6bd0c289b22f4973012fa91dfed9d5f4b633567bb26f9454fbf437817b499" +checksum = "be734b33b7bc6a42d92d23e25e69758f866cf564a88d0bf80866fcf5a52c2255" dependencies = [ "cmake", "libc",