From cd57affc36cc0f8f5d5d8e1b1fe25c4ac2966e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C5=ABdolfs=20O=C5=A1i=C5=86=C5=A1?= Date: Tue, 7 Jul 2026 18:05:26 +0200 Subject: [PATCH] cargo: Bump zlib-rs to 0.6.5 Fetching a large repository looped with Failed to consume the pack sent by the remote even though the pack appears valid (Git indexes it in full). The cause appears to be a bug in zlib-rs 0.6.3 according to . --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bc7e3d4..07888e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5546,9 +5546,9 @@ dependencies = [ [[package]] name = "zlib-rs" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" +checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5" [[package]] name = "zmij"