[PR #419] [CLOSED] Bump cc from 1.2.25 to 1.2.26 #501

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/cc-1.2.26


📝 Commits (1)

  • ced117c Bump cc from 1.2.25 to 1.2.26

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps cc from 1.2.25 to 1.2.26.

Release notes

Sourced from cc's releases.

cc-v1.2.26

Other

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

Sourced from cc's changelog.

1.2.26 - 2025-06-06

Other

  • Also set SDKROOT when building apple platforms (#1475)
  • use windows 2022 in CI (#1479)
  • Detect -Wslash-u-filename warning on clang-cl (#1477)
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/419 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/cc-1.2.26` --- ### 📝 Commits (1) - [`ced117c`](https://github.com/gopher64/gopher64/commit/ced117c1819df8462d952c85a0daad7b8946e3a2) Bump cc from 1.2.25 to 1.2.26 ### 📊 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.25 to 1.2.26. <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.26</h2> <h3>Other</h3> <ul> <li>Also set <code>SDKROOT</code> when building apple platforms (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1475">#1475</a>)</li> <li>use windows 2022 in CI (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1479">#1479</a>)</li> <li>Detect -Wslash-u-filename warning on clang-cl (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1477">#1477</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.25...cc-v1.2.26">1.2.26</a> - 2025-06-06</h2> <h3>Other</h3> <ul> <li>Also set <code>SDKROOT</code> when building apple platforms (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1475">#1475</a>)</li> <li>use windows 2022 in CI (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1479">#1479</a>)</li> <li>Detect -Wslash-u-filename warning on clang-cl (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1477">#1477</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/43ccae940d17ae4f635ce2d20bc91e1f760e02b8"><code>43ccae9</code></a> chore: release v1.2.26 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1481">#1481</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/2719d9549aad664994766665d45c750d90d92af2"><code>2719d95</code></a> Also set <code>SDKROOT</code> when building apple platforms (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1475">#1475</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/3aba9207643d911253cc40c95b475f67f203fd49"><code>3aba920</code></a> use windows 2022 in CI (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1479">#1479</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/8f6fe69e14436da223483f1854d28a7d8c30970a"><code>8f6fe69</code></a> Detect -Wslash-u-filename warning on clang-cl (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1477">#1477</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.25...cc-v1.2.26">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.25&new-version=1.2.26)](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:48 +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#501
No description provided.