chore(deps): update rust crate cc to v1.2.55 #320

Open
renovate-bot wants to merge 1 commit from renovate/cc-1.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
cc workspace.dependencies patch 1.2.47 -> 1.2.55

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rust-lang/cc-rs (cc)

v1.2.55

Compare Source

Other
  • Regenerate target info (#​1667)
  • Fix RUSTFLAGS typo in test-linker-plugin-lto (#​1665)
  • Disable PIC for armv7-sony-vita-newlibeabihf (#​1664)

v1.2.54

Compare Source

Other
  • Fix x86_64-unknown-linux-gnuasan parsing (#​1661)
  • Regenerate target info (#​1660)

v1.2.53

Compare Source

Other

v1.2.52

Compare Source

Other
  • Fix contradictory doc for CC compiler in crate doc (#​1650)
  • Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#​1647)
  • Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#​1648)
  • Fix Build::env_tool to check for .exe on windows (#​1646)

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cc](https://github.com/rust-lang/cc-rs) | workspace.dependencies | patch | `1.2.47` -> `1.2.55` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rust-lang/cc-rs (cc)</summary> ### [`v1.2.55`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1255---2026-01-30) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.54...cc-v1.2.55) ##### Other - Regenerate target info ([#&#8203;1667](https://github.com/rust-lang/cc-rs/pull/1667)) - Fix RUSTFLAGS typo in test-linker-plugin-lto ([#&#8203;1665](https://github.com/rust-lang/cc-rs/pull/1665)) - Disable PIC for armv7-sony-vita-newlibeabihf ([#&#8203;1664](https://github.com/rust-lang/cc-rs/pull/1664)) ### [`v1.2.54`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1254---2026-01-23) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.53...cc-v1.2.54) ##### Other - Fix x86\_64-unknown-linux-gnuasan parsing ([#&#8203;1661](https://github.com/rust-lang/cc-rs/pull/1661)) - Regenerate target info ([#&#8203;1660](https://github.com/rust-lang/cc-rs/pull/1660)) ### [`v1.2.53`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1253---2026-01-16) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.52...cc-v1.2.53) ##### Other - Add missing RISC-V targets ([#&#8203;1657](https://github.com/rust-lang/cc-rs/pull/1657)) ### [`v1.2.52`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1252---2026-01-09) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.51...cc-v1.2.52) ##### Other - Fix contradictory doc for CC compiler in crate doc ([#&#8203;1650](https://github.com/rust-lang/cc-rs/pull/1650)) - Have CUDA compilaion check for sbsa-linux when targeting aarch64. ([#&#8203;1647](https://github.com/rust-lang/cc-rs/pull/1647)) - Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) ([#&#8203;1648](https://github.com/rust-lang/cc-rs/pull/1648)) - Fix Build::env\_tool to check for .exe on windows ([#&#8203;1646](https://github.com/rust-lang/cc-rs/pull/1646)) ### [`v1.2.51`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1251---2025-12-26) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.50...cc-v1.2.51) ##### Other - Regenerate target info ([#&#8203;1642](https://github.com/rust-lang/cc-rs/pull/1642)) - Update Readmes ([#&#8203;1641](https://github.com/rust-lang/cc-rs/pull/1641)) ### [`v1.2.50`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1250---2025-12-19) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.49...cc-v1.2.50) ##### Other - Add tests for `OUT_DIR` escape for '..' file paths ([#&#8203;1631](https://github.com/rust-lang/cc-rs/issues/1631)) - Fix [#&#8203;283](https://github.com/rust-lang/cc-rs/issues/283): Make warnings(false) actually suppress compiler warnings ([#&#8203;1633](https://github.com/rust-lang/cc-rs/pull/1633)) ### [`v1.2.49`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1249---2025-12-06) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.48...cc-v1.2.49) ##### Other - Fix run\_output to prevent infinite blocking ([#&#8203;1627](https://github.com/rust-lang/cc-rs/pull/1627)) - Fix detect\_family deadlock ([#&#8203;1626](https://github.com/rust-lang/cc-rs/pull/1626)) - Fix link in new debug\_str doc comment ([#&#8203;1625](https://github.com/rust-lang/cc-rs/pull/1625)) - Support more of Cargo's debug levels with Build::debug\_str ([#&#8203;1624](https://github.com/rust-lang/cc-rs/pull/1624)) ### [`v1.2.48`](https://github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1248---2025-11-28) [Compare Source](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.47...cc-v1.2.48) ##### Other - Regenerate target info ([#&#8203;1620](https://github.com/rust-lang/cc-rs/pull/1620)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My43IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from 3786c4add0
All checks were successful
/ clippy (pull_request) Successful in 2m24s
to eb09d337ae
All checks were successful
/ clippy (pull_request) Successful in 2m35s
2025-12-06 13:31:47 +01:00
Compare
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.48 to chore(deps): update rust crate cc to v1.2.49 2025-12-06 13:31:48 +01:00
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from eb09d337ae
All checks were successful
/ clippy (pull_request) Successful in 2m35s
to 87694b17ce
All checks were successful
/ clippy (pull_request) Successful in 2m36s
2025-12-19 14:16:35 +01:00
Compare
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.49 to chore(deps): update rust crate cc to v1.2.50 2025-12-19 14:16:35 +01:00
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.50 to chore(deps): update rust crate cc to v1.2.51 2025-12-26 06:32:09 +01:00
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from 87694b17ce
All checks were successful
/ clippy (pull_request) Successful in 2m36s
to 2199c2f7ef
All checks were successful
/ clippy (pull_request) Successful in 2m38s
2025-12-26 06:32:09 +01:00
Compare
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from 2199c2f7ef
All checks were successful
/ clippy (pull_request) Successful in 2m38s
to 6864803477
All checks were successful
/ clippy (pull_request) Successful in 2m35s
2026-01-09 05:47:16 +01:00
Compare
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.51 to chore(deps): update rust crate cc to v1.2.52 2026-01-09 05:47:16 +01:00
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from 6864803477
All checks were successful
/ clippy (pull_request) Successful in 2m35s
to dc79b55849
All checks were successful
/ clippy (pull_request) Successful in 2m44s
2026-01-16 18:17:08 +01:00
Compare
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.52 to chore(deps): update rust crate cc to v1.2.53 2026-01-16 18:17:10 +01:00
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from dc79b55849
All checks were successful
/ clippy (pull_request) Successful in 2m44s
to fa7cc82b97
All checks were successful
/ clippy (pull_request) Successful in 2m37s
2026-01-23 08:02:06 +01:00
Compare
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.53 to chore(deps): update rust crate cc to v1.2.54 2026-01-23 08:02:08 +01:00
renovate-bot bot changed title from chore(deps): update rust crate cc to v1.2.54 to chore(deps): update rust crate cc to v1.2.55 2026-01-30 08:02:28 +01:00
renovate-bot bot force-pushed renovate/cc-1.x-lockfile from fa7cc82b97
All checks were successful
/ clippy (pull_request) Successful in 2m37s
to 9f61388aac
All checks were successful
/ clippy (pull_request) Successful in 2m38s
2026-01-30 08:02:34 +01:00
Compare
All checks were successful
/ clippy (pull_request) Successful in 2m38s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/cc-1.x-lockfile:renovate/cc-1.x-lockfile
git switch renovate/cc-1.x-lockfile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bitsquid_dt/dtmt!320
No description provided.