[PR #294] [CLOSED] Bump cc from 1.2.15 to 1.2.16 #395

Closed
opened 2026-03-03 13:47:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/294
Author: @dependabot[bot]
Created: 3/3/2025
Status: Closed

Base: mainHead: dependabot/cargo/cc-1.2.16


📝 Commits (1)

  • 72c40af Bump cc from 1.2.15 to 1.2.16

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps cc from 1.2.15 to 1.2.16.

Release notes

Sourced from cc's releases.

cc-v1.2.16

Fixed

  • force windows compiler to run in out_dir to prevent artifacts in cwd (#1415)

Other

  • use /arch:SSE2 for x86 target arch (#1425)
  • Regenerate windows-sys binding (#1422)
  • Regenerate target info (#1418)
  • Add LIB var when compiling flag_check (#1417)
  • Change flag ordering (#1403)
  • Fix archiver detection for musl cross compilation (#1404)
Changelog

Sourced from cc's changelog.

1.2.16 - 2025-02-28

Fixed

  • force windows compiler to run in out_dir to prevent artifacts in cwd (#1415)

Other

  • use /arch:SSE2 for x86 target arch (#1425)
  • Regenerate windows-sys binding (#1422)
  • Regenerate target info (#1418)
  • Add LIB var when compiling flag_check (#1417)
  • Change flag ordering (#1403)
  • Fix archiver detection for musl cross compilation (#1404)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/294 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/cc-1.2.16` --- ### 📝 Commits (1) - [`72c40af`](https://github.com/gopher64/gopher64/commit/72c40afb6ffc0882772d3be652faff32f3432253) Bump cc from 1.2.15 to 1.2.16 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.15 to 1.2.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p> <blockquote> <h2>cc-v1.2.16</h2> <h3>Fixed</h3> <ul> <li>force windows compiler to run in <code>out_dir</code> to prevent artifacts in cwd (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1415">#1415</a>)</li> </ul> <h3>Other</h3> <ul> <li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1425">#1425</a>)</li> <li>Regenerate windows-sys binding (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1422">#1422</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1418">#1418</a>)</li> <li>Add LIB var when compiling flag_check (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1417">#1417</a>)</li> <li>Change flag ordering (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1403">#1403</a>)</li> <li>Fix archiver detection for musl cross compilation (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1404">#1404</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16">1.2.16</a> - 2025-02-28</h2> <h3>Fixed</h3> <ul> <li>force windows compiler to run in <code>out_dir</code> to prevent artifacts in cwd (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1415">#1415</a>)</li> </ul> <h3>Other</h3> <ul> <li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1425">#1425</a>)</li> <li>Regenerate windows-sys binding (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1422">#1422</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1418">#1418</a>)</li> <li>Add LIB var when compiling flag_check (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1417">#1417</a>)</li> <li>Change flag ordering (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1403">#1403</a>)</li> <li>Fix archiver detection for musl cross compilation (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1404">#1404</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/3c1325b09a78827fb2beb3ea9e8f1e3f84876b64"><code>3c1325b</code></a> chore: release v1.2.16 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1427">#1427</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/9131f3391f08f3a083831f27b446804472ae88be"><code>9131f33</code></a> clang-cl: use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1425">#1425</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/8ea5e95c10d0a6b169233736e681be5442af9671"><code>8ea5e95</code></a> Regenerate windows-sys binding (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1422">#1422</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/b8c8c3f2af1c78c707e0a45be674423985247868"><code>b8c8c3f</code></a> Fix gen-windows-sys-binding (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1419">#1419</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/dc3f4b0065ac917561ef4272afe233aacbb49050"><code>dc3f4b0</code></a> Fix regenerate-windows-sys.yml (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1420">#1420</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/a6c36b5020290dfb073aa23d3b718cb093b59160"><code>a6c36b5</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1418">#1418</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/8127db14743bb5436f8d894696f19d320a41ef6f"><code>8127db1</code></a> MSVC: Add LIB var when compiling flag_check (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1417">#1417</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/439b75f33bc42602d29a27150e4389f2c58fe129"><code>439b75f</code></a> fix: force windows compiler to run in <code>out_dir</code> to prevent artifacts in cwd (...</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/181c03d36f47c45b747102ba39500438f91d369b"><code>181c03d</code></a> Change flag ordering (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1403">#1403</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/5fbe4d56ce1046e63ca174631e40778a62ff8504"><code>5fbe4d5</code></a> Update windows-bindgen requirement from 0.59 to 0.60 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1412">#1412</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cc&package-manager=cargo&previous-version=1.2.15&new-version=1.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:17 +03:00
Sign in to join this conversation.
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
starred/gopher64#395
No description provided.