From ed870c3804bd9b8f358a2193cb9b4f1eaf821f3f Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Fri, 14 Feb 2025 23:03:56 -0500 Subject: [PATCH] Update cargo Also add Zlib to Cargo's license exception --- src/tools/cargo | 2 +- src/tools/tidy/src/deps.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/cargo b/src/tools/cargo index 2928e32734b04..ce948f4616e3d 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 2928e32734b04925ee51e1ae88bea9a83d2fd451 +Subproject commit ce948f4616e3d4277e30c75c8bb01e094910df39 diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index d75a68d597348..e8e7dfe0d84c1 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -132,6 +132,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[ ("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"), ("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"), ("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"), + ("foldhash", "Zlib"), ("im-rc", "MPL-2.0+"), ("normalize-line-endings", "Apache-2.0"), ("openssl", "Apache-2.0"),