Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 12, 2025

This PR contains the following updates:

Package Type Update Change
cc build-dependencies patch 1.2.18 -> 1.2.51

Release Notes

rust-lang/cc-rs (cc)

v1.2.51

Compare Source

Other

v1.2.50

Compare Source

Other
  • Add tests for OUT_DIR escape for '..' file paths (#​1631)
  • Fix #​283: Make warnings(false) actually suppress compiler warnings (#​1633)

v1.2.49

Compare Source

Other
  • Fix run_output to prevent infinite blocking (#​1627)
  • Fix detect_family deadlock (#​1626)
  • Fix link in new debug_str doc comment (#​1625)
  • Support more of Cargo's debug levels with Build::debug_str (#​1624)

v1.2.48

Compare Source

Other

v1.2.47

Compare Source

Other
  • add helenos linker identifications (#​1615)

v1.2.46

Compare Source

Other
  • Add Visual Studio 2026 support (#​1609)

v1.2.45

Compare Source

Other
  • Regenerate target info (#​1606)
  • Use a default check for the "env" variable in apple_sdk_name (#​1605)

v1.2.44

Compare Source

Other
  • Fix debug assertion for env/abi mismatch (#​1604)
  • Update CHANGELOG for version 1.2.43 (#​1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#​1495)

v1.2.43

Compare Source

Other
  • Fix debug assertion for env/abi mismatch (#​1604)
  • Update CHANGELOG for version 1.2.43 (#​1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#​1495)

v1.2.42

Compare Source

Other
  • Fix check-semver-checks (#​1600)
  • minor improvement for docs (#​1598)
  • Fix linker-plugin-lto: use -flto=thin (#​1594)
  • Disable check-buildstd for armv7k-apple-watchos (#​1599)
  • Add elf abi to ppc64 targets (#​1596)

v1.2.41

Compare Source

Other
  • Allow using VCToolsVersion to request a specific msvc version (#​1589)
  • Regenerate target info (#​1592)
  • Regenerate windows sys bindings (#​1591)
  • Update windows-bindgen requirement from 0.64 to 0.65 (#​1590)
  • Fix get_base_archiver_variant for clang-cl: use --print-search-dirs (#​1587)

v1.2.40

Compare Source

Other
  • Reorder changelog and remove duplicate Unreleased section (#​1579)
  • Prefer clang if linker-plugin-lto specified (#​1573)
  • Fix building for Mac Catalyst (#​1577)
  • Improve ESP microcontroller targets (#​1574)

v1.2.39

Compare Source

Other
  • Fix cross compilation to xtensa-esp32s3-espidf (#​1569)
  • Fix autodetect_wasi_compiler: support non utf-8 path (#​1568)
  • Regenerate target info (#​1567)
  • Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#​1564)
  • Use $WASI_SDK_PATH on WASI targets by default (#​1562)
  • Fix atomicity violations in concurrent cache operations (#​1559)

v1.2.38

Compare Source

Other
  • updated the following local packages: find-msvc-tools

v1.2.37

Compare Source

Other
  • Fix errmsg in RustcCodegenFlags::set_rustc_flag (#​1551)
  • propagate stack protector to Linux C compilers (#​1550)
  • Extract new fn run_commands_in_parallel (#​1549)

v1.2.36

Compare Source

Other
  • Regenerate windows sys bindings (#​1548)
  • Update windows-bindgen requirement from 0.62 to 0.63 (#​1547)
  • Add fn get_ucrt_dir for find-msvc-tools (#​1546)
  • Regenerate target info (#​1544)
  • fix publish.yml (#​1543)
  • Replace periods with underscores as well when parsing env variables (#​1541)

v1.2.35

Compare Source

Fixed
  • fix building for aarch64-apple-visionos-sim on nightly (#​1534)
  • fix tests apple_sdkroot_wrong (#​1530)
Other

v1.2.34

Compare Source

Fixed
  • add -mcpu=mvp and -mmutable-globals for wasm32v1-none (#​1524)
Other
  • Optimize parse_version in find_tools.rs (#​1527)
  • Fallback to manually searching for tool dir (#​1526)

v1.2.33

Compare Source

Other
  • Regenerate target info (#​1521)
  • [win][arm64ec] Add testing for Arm64EC Windows (#​1512)
  • Fix parsing of nigthly targets (#​1517)
  • [win][arm64ec] Fix finding assembler and setting is_arm for Arm64EC (#​1511)

v1.2.32

Compare Source

Fixed
  • fix new clippy lint introduced in rust 1.89.0 (#​1509)
Other
  • clarify cargo default if no rerun emitted (#​1508)
  • extract compile_objects_sequential (#​1507)
  • Windows find_tools: add support for finding Clang (#​1506)
  • Add m68k-unknown-linux-gnu cross-compile target (#​1505)

v1.2.31

Compare Source

Other
  • Add doc for using sccache/ccache etc (#​1502)
  • ability to statically link against C++ stdlib (#​1497)
  • Add instructions on using sccache (#​1503)
  • Add support for recognizing some architectures supported by GCC, but not LLVM. (#​1500)

v1.2.30

Compare Source

Other
  • define _REENTRANT by default (#​1496)

v1.2.29

Compare Source

Other
  • Fix target parsing for powerpc (#​1490)

v1.2.28

Compare Source

Other
  • Recognize mlibc environment (#​1488)
  • Fix clippy warnings about not using variables in format! strings (#​1489)

v1.2.27

Compare Source

Other
  • Regenerate windows sys bindings (#​1485)
  • Update windows-bindgen requirement from 0.61 to 0.62 (#​1484)
  • Regenerate target info (#​1483)

v1.2.26

Compare Source

Other
  • Also set SDKROOT when building apple platforms (#​1475)
  • use windows 2022 in CI (#​1479)
  • Detect -Wslash-u-filename warning on clang-cl (#​1477)

v1.2.25

Compare Source

Other
  • make powerp64 use powerpc64-linux-gnu prefix (#​1474)

v1.2.24

Compare Source

Other
  • Regenerate windows sys bindings (#​1471)

v1.2.23

Compare Source

Other
  • support "vxworks" and "nto" OSes on get_base_archiver_variant (#​1456)

v1.2.22

Compare Source

Other
  • Add flags method to cc::Build for adding multiple flags (#​1466)

v1.2.21

Compare Source

Other
  • Fix wasm32-unknown-unknown by passing -c (#​1424)

v1.2.20

Compare Source

Other
  • Regenerate target info (#​1461)
  • Fix parser.rs on latest rustc nightly (#​1459)

v1.2.19

Compare Source

Other
  • Fix musl compilation: Add musl as a prefix fallback (#​1455)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.19 chore(deps): update rust crate cc to v1.2.20 Apr 26, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c3d4cf9 to 83f2cb8 Compare April 26, 2025 00:16
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 83f2cb8 to a16edd3 Compare May 3, 2025 08:11
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.20 chore(deps): update rust crate cc to v1.2.21 May 3, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.21 chore(deps): update rust crate cc to v1.2.22 May 10, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from a16edd3 to c20f4d7 Compare May 10, 2025 07:20
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c20f4d7 to d55db6f Compare May 17, 2025 12:18
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.22 chore(deps): update rust crate cc to v1.2.23 May 17, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.23 chore(deps): update rust crate cc to v1.2.24 May 24, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from d55db6f to e8f4177 Compare May 24, 2025 16:08
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from e8f4177 to b59c1ab Compare May 31, 2025 23:41
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.24 chore(deps): update rust crate cc to v1.2.25 May 31, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from b59c1ab to 658b9cf Compare June 6, 2025 17:39
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.25 chore(deps): update rust crate cc to v1.2.26 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 658b9cf to 600c510 Compare June 14, 2025 20:06
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.26 chore(deps): update rust crate cc to v1.2.27 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 600c510 to 26aa623 Compare July 6, 2025 15:59
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.27 chore(deps): update rust crate cc to v1.2.29 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 26aa623 to a38c800 Compare July 19, 2025 16:14
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.29 chore(deps): update rust crate cc to v1.2.30 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from a38c800 to 2197e82 Compare August 4, 2025 19:53
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.30 chore(deps): update rust crate cc to v1.2.31 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 2197e82 to 91ea5a4 Compare August 9, 2025 06:42
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.31 chore(deps): update rust crate cc to v1.2.32 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 91ea5a4 to 7e5a80a Compare August 17, 2025 03:26
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.32 chore(deps): update rust crate cc to v1.2.33 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 7e5a80a to 481348b Compare August 23, 2025 07:38
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.33 chore(deps): update rust crate cc to v1.2.34 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 481348b to e2e7d49 Compare September 2, 2025 06:03
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.34 chore(deps): update rust crate cc to v1.2.35 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from e2e7d49 to 6dbbfb5 Compare September 6, 2025 11:39
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.35 chore(deps): update rust crate cc to v1.2.36 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 6dbbfb5 to c668b81 Compare September 15, 2025 03:13
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.36 chore(deps): update rust crate cc to v1.2.37 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c668b81 to 009f61e Compare September 19, 2025 06:29
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.37 chore(deps): update rust crate cc to v1.2.38 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.38 chore(deps): update rust crate cc to v1.2.39 Sep 26, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.39 chore(deps): update rust crate cc to v1.2.40 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 009f61e to c6664ce Compare October 10, 2025 11:58
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.40 chore(deps): update rust crate cc to v1.2.41 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c6664ce to 088b43a Compare October 25, 2025 15:32
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.41 chore(deps): update rust crate cc to v1.2.43 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 088b43a to 9b00a04 Compare November 1, 2025 15:45
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.43 chore(deps): update rust crate cc to v1.2.44 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 9b00a04 to 4a9eb96 Compare November 9, 2025 11:38
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.44 chore(deps): update rust crate cc to v1.2.45 Nov 9, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 4a9eb96 to ee9bd80 Compare November 16, 2025 20:04
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.45 chore(deps): update rust crate cc to v1.2.46 Nov 16, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.46 chore(deps): update rust crate cc to v1.2.47 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from ee9bd80 to d0ddd28 Compare November 21, 2025 12:12
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from d0ddd28 to 81cbf1c Compare November 29, 2025 07:27
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.47 chore(deps): update rust crate cc to v1.2.48 Nov 29, 2025
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.48 chore(deps): update rust crate cc to v1.2.49 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 81cbf1c to e52da56 Compare December 7, 2025 07:58
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from e52da56 to ca16410 Compare December 20, 2025 15:36
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.49 chore(deps): update rust crate cc to v1.2.50 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from ca16410 to 77984b7 Compare December 26, 2025 11:36
@renovate renovate bot changed the title chore(deps): update rust crate cc to v1.2.50 chore(deps): update rust crate cc to v1.2.51 Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant