dependabot[bot] opened a new pull request, #2399: URL: https://github.com/apache/datafusion-comet/pull/2399
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.36 to 1.2.37. <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.35...cc-v1.2.36">1.2.36</a> - 2025-09-05</h2> <h3>Other</h3> <ul> <li>Regenerate windows sys bindings (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1548">#1548</a>)</li> <li>Update windows-bindgen requirement from 0.62 to 0.63 (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1547">#1547</a>)</li> <li>Add fn get_ucrt_dir for find-msvc-tools (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1546">#1546</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1544">#1544</a>)</li> <li>fix publish.yml (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1543">#1543</a>)</li> <li>Replace periods with underscores as well when parsing env variables (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1541">#1541</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.34...cc-v1.2.35">1.2.35</a> - 2025-09-01</h2> <h3>Fixed</h3> <ul> <li>fix building for aarch64-apple-visionos-sim on nightly (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1534">#1534</a>)</li> <li>fix tests apple_sdkroot_wrong (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1530">#1530</a>)</li> </ul> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1536">#1536</a>)</li> <li>Optimize Tool::to_command (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1535">#1535</a>)</li> <li>Extract find-msvc-tools (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1531">#1531</a>)</li> <li>Add prefer_clang_cl_over_msvc (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1516">#1516</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.33...cc-v1.2.34">1.2.34</a> - 2025-08-22</h2> <h3>Fixed</h3> <ul> <li>add <code>-mcpu=mvp</code> and <code>-mmutable-globals</code> for <code>wasm32v1-none</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1524">#1524</a>)</li> </ul> <h3>Other</h3> <ul> <li>Optimize parse_version in find_tools.rs (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1527">#1527</a>)</li> <li>Fallback to manually searching for tool dir (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1526">#1526</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.32...cc-v1.2.33">1.2.33</a> - 2025-08-15</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1521">#1521</a>)</li> <li>[win][arm64ec] Add testing for Arm64EC Windows (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1512">#1512</a>)</li> <li>Fix parsing of nigthly targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1517">#1517</a>)</li> <li>[win][arm64ec] Fix finding assembler and setting is_arm for Arm64EC (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1511">#1511</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.31...cc-v1.2.32">1.2.32</a> - 2025-08-08</h2> <h3>Fixed</h3> <ul> <li>fix new clippy lint introduced in rust 1.89.0 (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1509">#1509</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/236b4f8554c48031875e9398a550ae1c624c36ed"><code>236b4f8</code></a> chore(cc): release v1.2.37 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1555">#1555</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/1f6ffb168b24d7671ee0ce9ba4421ee4456067ac"><code>1f6ffb1</code></a> Fix errmsg in RustcCodegenFlags::set_rustc_flag (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1551">#1551</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/79beddfdf8f908639fc094878799ccf2d8651508"><code>79beddf</code></a> propagate stack protector to Linux C compilers (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1550">#1550</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/fafa9fc4c25cb70258c504b197a23f30ef8adbe0"><code>fafa9fc</code></a> Refactor: Extract new fn <code>run_commands_in_parallel</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1549">#1549</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.36...cc-v1.2.37">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
