From 826c925128c71dcf8ed6a4d4c7673e748fc1d3d8 Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Mon, 27 Oct 2025 10:10:48 -0700 Subject: [PATCH] Update cc-rs to 1.2.39 --- Cargo.lock | 5 +++-- compiler/rustc_llvm/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c290b392d59..378b7f8e9fcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,10 +464,11 @@ version = "0.1.0" [[package]] name = "cc" -version = "1.2.16" +version = "1.2.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" +checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" dependencies = [ + "find-msvc-tools", "jobserver", "libc", "shlex", diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml index ad93c7453813..209ee93a9fef 100644 --- a/compiler/rustc_llvm/Cargo.toml +++ b/compiler/rustc_llvm/Cargo.toml @@ -11,7 +11,7 @@ libc = "0.2.73" [build-dependencies] # tidy-alphabetical-start # `cc` updates often break things, so we pin it here. -cc = "=1.2.16" +cc = "=1.2.39" # tidy-alphabetical-end [features]