From 0d3fb06c31359390e06f67ee9e557d0e42bb1c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 01:43:34 +0000 Subject: [PATCH] chore(deps): bump libz-sys from 1.1.23 to 1.1.24 Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.23 to 1.1.24. - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.23...1.1.24) --- updated-dependencies: - dependency-name: libz-sys dependency-version: 1.1.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e085bc..86304be1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1597,9 +1597,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.23" +version = "1.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" +checksum = "4735e9cbde5aac84a5ce588f6b23a90b9b0b528f6c5a8db8a4aff300463a0839" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 83e9386f..2ba28e29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ imara-diff = "0.1.6" indicatif = "0.18.3" itertools = "0.14.0" lazy_static = "1.4.0" -libz-sys = { version = "1.1.23", features = ["static"] } # So we can force static linking +libz-sys = { version = "1.1.24", features = ["static"] } # So we can force static linking machine-uid = "0.5.4" md-5 = "0.10.6" nix = { version = "0.31.1", features = ["fs", "process", "signal"] }