[PR #371] [CLOSED] Bump cc from 1.2.17 to 1.2.18 #461

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/cc-1.2.18


📝 Commits (1)

  • 3df377b Bump cc from 1.2.17 to 1.2.18

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps cc from 1.2.17 to 1.2.18.

Release notes

Sourced from cc's releases.

cc-v1.2.18

Other

  • Regenerate target info (#1450)
  • Use std::thread::available_parallelism for determining the default number of jobs (#1447)
  • Fix mips64-openwrt-linux-musl parsing (#1449)
  • Use compiler prefix x86_64-linux-musl (#1443)
Changelog

Sourced from cc's changelog.

1.2.18 - 2025-04-04

Other

  • Regenerate target info (#1450)
  • Use std::thread::available_parallelism for determining the default number of jobs (#1447)
  • Fix mips64-openwrt-linux-musl parsing (#1449)
  • Use compiler prefix x86_64-linux-musl (#1443)
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/371 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/cc-1.2.18` --- ### 📝 Commits (1) - [`3df377b`](https://github.com/gopher64/gopher64/commit/3df377beb0c2646c286d61141f380180034cff74) Bump cc from 1.2.17 to 1.2.18 ### 📊 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.17 to 1.2.18. <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.18</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1450">#1450</a>)</li> <li>Use <code>std::thread::available_parallelism</code> for determining the default number of jobs (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1447">#1447</a>)</li> <li>Fix mips64-openwrt-linux-musl parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1449">#1449</a>)</li> <li>Use compiler prefix <code>x86_64-linux-musl</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1443">#1443</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.17...cc-v1.2.18">1.2.18</a> - 2025-04-04</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1450">#1450</a>)</li> <li>Use <code>std::thread::available_parallelism</code> for determining the default number of jobs (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1447">#1447</a>)</li> <li>Fix mips64-openwrt-linux-musl parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1449">#1449</a>)</li> <li>Use compiler prefix <code>x86_64-linux-musl</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1443">#1443</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/5f55b012f53d048336926eee20aaa6ba0786d55c"><code>5f55b01</code></a> chore: release v1.2.18 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1451">#1451</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/e3aa653d5f5bf70a6326bc80817f2f3e960fdcfe"><code>e3aa653</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1450">#1450</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/41f7c2eb2fe2510471d11e00c61fd5e9bd30187d"><code>41f7c2e</code></a> Use <code>std::thread::available_parallelism</code> for determining the default number o...</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/654a6c67c54889866b436f7d5a968cd1b222f273"><code>654a6c6</code></a> Fix mips64-openwrt-linux-musl parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1449">#1449</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/59578addda0233c8e9a0b399769cedb538ac8052"><code>59578ad</code></a> Use compiler prefix <code>x86_64-linux-musl</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1443">#1443</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.17...cc-v1.2.18">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.17&new-version=1.2.18)](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:36 +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#461
No description provided.