From 9896a1c22cb62d1d3879f03f39c230d28b28d650 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 1 Feb 2024 18:12:03 +0900 Subject: [PATCH] Upgrade libz-sys in Cargo.lock In Firefox automation, we build using the Cargo.lock, and the latest libz-sys version contains a fix for clang 18 on mac (https://github.com/madler/zlib/commit/4bd9a71f3539b5ce47f0c67ab5e01f3196dc8ef9) --- Cargo.lock | 4 ++-- supply-chain/config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51ade145..c80e6b2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,9 +818,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.8" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" +checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" dependencies = [ "cc", "libc", diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 7d2bd9f9..e2587b60 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -247,7 +247,7 @@ version = "0.13.4+1.4.2" criteria = "safe-to-deploy" [[exemptions.libz-sys]] -version = "1.1.8" +version = "1.1.15" criteria = "safe-to-deploy" [[exemptions.linux-raw-sys]]