mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-21 13:25:53 +02:00
cargo: bump cc from 1.1.23 to 1.1.31 in /src/bare-metal/aps/examples in the patch group (#2455)
Bumps the patch group in /src/bare-metal/aps/examples with 1 update: [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.1.23 to 1.1.31 <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.1.31</h2> <h3>Other</h3> <ul> <li>Add comment explaining why cc does not rebuild on env PATH change (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li> </ul> <h2>cc-v1.1.30</h2> <h3>Other</h3> <ul> <li>Don't pass -fPIC by default on wasm (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li> </ul> <h2>cc-v1.1.29</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li> </ul> <h2>cc-v1.1.28</h2> <h3>Other</h3> <ul> <li>Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li> </ul> <h2>cc-v1.1.27</h2> <h3>Other</h3> <ul> <li>Revert "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)" (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li> <li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to "0" (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li> </ul> <h2>cc-v1.1.26</h2> <h3>Other</h3> <ul> <li>Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li> </ul> <h2>cc-v1.1.25</h2> <h3>Other</h3> <ul> <li>Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li> </ul> <h2>cc-v1.1.24</h2> <h3>Other</h3> <ul> <li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li> <li>Reduce the need for the host target triple (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li> <li>Add auto cancellation for CI jobs (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</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.1.30...cc-v1.1.31">1.1.31</a> - 2024-10-19</h2> <h3>Other</h3> <ul> <li>Add comment explaining why cc does not rebuild on env PATH change (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30">1.1.30</a> - 2024-10-11</h2> <h3>Other</h3> <ul> <li>Don't pass -fPIC by default on wasm (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29">1.1.29</a> - 2024-10-11</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28">1.1.28</a> - 2024-10-06</h2> <h3>Other</h3> <ul> <li>Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27">1.1.27</a> - 2024-10-06</h2> <h3>Other</h3> <ul> <li>Revert "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)" (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li> <li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to "0" (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26">1.1.26</a> - 2024-10-06</h2> <h3>Other</h3> <ul> <li>Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25">1.1.25</a> - 2024-10-05</h2> <h3>Other</h3> <ul> <li>Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24">1.1.24</a> - 2024-10-01</h2> <h3>Other</h3> <ul> <li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li> <li>Reduce the need for the host target triple (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li> <li>Add auto cancellation for CI jobs (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c07ab0ea4e
"><code>c07ab0e</code></a> chore: release v1.1.31 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1248">#1248</a>)</li> <li><a href="e53eba374f
"><code>e53eba3</code></a> Add comment explaining why cc does not rebuild on env PATH change (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1247">#1247</a>)</li> <li><a href="9aab24207c
"><code>9aab242</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li> <li><a href="d0048ab136
"><code>d0048ab</code></a> Don't pass -fPIC by default on wasm (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1245">#1245</a>)</li> <li><a href="53a0b97ef8
"><code>53a0b97</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li> <li><a href="7ad4677a4e
"><code>7ad4677</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1243">#1243</a>)</li> <li><a href="218365e583
"><code>218365e</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li> <li><a href="1a6a7103d9
"><code>1a6a710</code></a> Environment variables: For one accepting boolean, treat "0", "false" and empt...</li> <li><a href="3bbb3849ae
"><code>3bbb384</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li> <li><a href="2b94f52d47
"><code>2b94f52</code></a> Revert "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)" (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1237">#1237</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.31">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.1.23&new-version=1.1.31)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a57631911
commit
f7d2ab541a
4
src/bare-metal/aps/examples/Cargo.lock
generated
4
src/bare-metal/aps/examples/Cargo.lock
generated
@ -27,9 +27,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.1.23"
|
||||
version = "1.1.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
|
||||
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
||||
dependencies = [
|
||||
"shlex",
|
||||
]
|
||||
|
@ -13,7 +13,7 @@ smccc = "0.1.1"
|
||||
spin = "0.9.8"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.1.23"
|
||||
cc = "1.1.31"
|
||||
|
||||
[[bin]]
|
||||
name = "improved"
|
||||
|
Loading…
Reference in New Issue
Block a user