This repository has been archived by the owner on May 2, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(rust): bump cc from 1.0.83 to 1.0.84 (#395)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.83 to 1.0.84. <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>1.0.84</h2> <h2>Changes</h2> <p>This isn't a complete list, but I've tried to cover everything that is either significant, or could cause problems for people using <code>cc</code> in configurations not covered by our tests.</p> <ul> <li>The MSRV has been updated to 1.53.0 (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/894">rust-lang/cc-rs#894</a>)</li> <li>A completely overhauled implementation of the jobserver protocol (used under <code>feature = parallel</code>), which should be more efficient. (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/889">rust-lang/cc-rs#889</a>).</li> <li>Better handling of assemblers on windows targets, especially <code>armasm[64].exe</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/867">rust-lang/cc-rs#867</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/868">rust-lang/cc-rs#868</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/869">rust-lang/cc-rs#869</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/857">rust-lang/cc-rs#857</a>)</li> <li>A few fixes for incorrect results from <code>is_flag_supported</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/839">rust-lang/cc-rs#839</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/886">rust-lang/cc-rs#886</a>)</li> <li>Support for the <code>*-apple-tvos</code> and <code>*-apple-tvos-sim</code> targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/881">rust-lang/cc-rs#881</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/704">rust-lang/cc-rs#704</a>)</li> <li>Improved handling of the deployment target on Apple targets, including use of <code>rustc --print deployment-target</code> when available (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/848">rust-lang/cc-rs#848</a>, <a href="https://redirect.github.com/rust-lang/cc-rs/pull/872">rust-lang/cc-rs#872</a>)</li> <li>We no longer bundle bitcode when compiling for Apple targets, as they've deprecated it (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/812">rust-lang/cc-rs#812</a>)</li> <li>A new <code>remove_flag</code> function to remove flags which have been added with <code>add_flag</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/885">rust-lang/cc-rs#885</a>)</li> <li>Changes to how clang and gcc are distinguished, and how <code>-m32</code>/<code>-mx32</code>/<code>-m64</code> flags are passed (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/709">rust-lang/cc-rs#709</a>)</li> <li>Minor adjustments to how <code>-isysroot</code> is passed on Apple targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/703">rust-lang/cc-rs#703</a>) and how MSVC version is detected on Windows (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/696">rust-lang/cc-rs#696</a>).</li> </ul> <p>As always, please file bugs if you hit issues. <code>cc</code> is used in many more ways than we can possibly test (especially when cross-compiling or using tier-3 platforms).</p> <p>Thanks.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BlackHoleFox"><code>@BlackHoleFox</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/848">rust-lang/cc-rs#848</a></li> <li><a href="https://github.com/youknowone"><code>@youknowone</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/704">rust-lang/cc-rs#704</a></li> <li><a href="https://github.com/Arc-blroth"><code>@Arc-blroth</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/705">rust-lang/cc-rs#705</a></li> <li><a href="https://github.com/osiewicz"><code>@osiewicz</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/878">rust-lang/cc-rs#878</a></li> <li><a href="https://github.com/RubixDev"><code>@RubixDev</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/839">rust-lang/cc-rs#839</a></li> <li><a href="https://github.com/lcruz99"><code>@lcruz99</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/881">rust-lang/cc-rs#881</a></li> <li><a href="https://github.com/raisfeld-ori"><code>@raisfeld-ori</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/885">rust-lang/cc-rs#885</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/cc-rs/compare/1.0.83...1.0.84">https://github.com/rust-lang/cc-rs/compare/1.0.83...1.0.84</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/17f9e01ffc2b73cb2706dc7c1047fd564aad1134"><code>17f9e01</code></a> Release cc v1.0.84 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/898">#898</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/bb1220d170bbc5f0ac71db9788f31081f7ff40a1"><code>bb1220d</code></a> added a function to remove flags (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/885">#885</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/4c0062da5dbb73d39f303a8ba1ca7361243e8a85"><code>4c0062d</code></a> fix: Add apple tvos support (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/881">#881</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/fcedb005d38e7a1917a20c8d921de7f30c31c6d9"><code>fcedb00</code></a> Optimization: Vendor jobserver impl and rm thread spawning in parallel compil...</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/bd25128ab892bf17f5768d287db39eddfb6e0e2d"><code>bd25128</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/cc-rs/issues/894">#894</a> from NobodyXu/bump-msrv</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/3ff23685f8c797e3fc3e601ebe979475dc09c20c"><code>3ff2368</code></a> Disable msrv checking on macos-latest</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/022713ca4e3de0229473fc47b42d2eaaad37e503"><code>022713c</code></a> Bump MSRV to 1.53.0 and re-enable macos MSRV check</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/6c9be16e97bc18390e50f15f8156fcaeffd4abc7"><code>6c9be16</code></a> Fix msrv CI: Check for <code>--all-features</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/890">#890</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/59255ceac58f7211635bdbbd41e66fcd756a90c7"><code>59255ce</code></a> Pass -Wno-unused-command-line-argument to clang in <code>is_flag_supported</code> (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/886">#886</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/9b569aeea214f21a7b6015d3ea71f86559334553"><code>9b569ae</code></a> fix(flag_check): never link to avoid false positives (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/839">#839</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cc-rs/compare/1.0.83...1.0.84">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.0.83&new-version=1.0.84)](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>
- Loading branch information