build(deps): bump the all-deps group with 2 updates#649
Merged
Conversation
Bumps the all-deps group with 2 updates: [compiler_builtins](https://github.com/rust-lang/compiler-builtins) and [cc](https://github.com/rust-lang/cc-rs). Updates `compiler_builtins` from 0.1.152 to 0.1.153 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/CHANGELOG.md) - [Commits](rust-lang/compiler-builtins@compiler_builtins-v0.1.152...compiler_builtins-v0.1.153) Updates `cc` from 1.2.18 to 1.2.19 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.18...cc-v1.2.19) --- updated-dependencies: - dependency-name: compiler_builtins dependency-version: 0.1.153 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: cc dependency-version: 1.2.19 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
takumi-earth
pushed a commit
to earthlings-dev/getrandom
that referenced
this pull request
Jan 27, 2026
Bumps the all-deps group with 2 updates: [compiler_builtins](https://github.com/rust-lang/compiler-builtins) and [cc](https://github.com/rust-lang/cc-rs). Updates `compiler_builtins` from 0.1.152 to 0.1.153 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/compiler-builtins/releases">compiler_builtins's releases</a>.</em></p> <blockquote> <h2>compiler_builtins-v0.1.153</h2> <h3>Other</h3> <ul> <li>Remove a mention of <code>force-soft-float</code> in <code>build.rs</code></li> <li>Revert "Disable <code>f16</code> on AArch64 without the <code>neon</code> feature"</li> <li>Skip No More!</li> <li>avoid out-of-bounds accesses (<a href="https://redirect.github.com/rust-lang/compiler-builtins/pull/799">#799</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/9978a8b06b7c1b53a6c503a2bfe7aea9ba6ca98b"><code>9978a8b</code></a> chore: release v0.1.153</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/cd6f4f693a43ad1727c4d02ab5ed3278761738dc"><code>cd6f4f6</code></a> Update the <code>libm</code> submodule</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/c8878529b046526579137981dd33ed7bb94cee83"><code>c887852</code></a> Remove a mention of <code>force-soft-float</code> in <code>build.rs</code></li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/1901c415975eae741b7b072e789e74c6e422c22a"><code>1901c41</code></a> Revert "Disable <code>f16</code> on AArch64 without the <code>neon</code> feature"</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/f1b9055b0d09370a474ce5e9b9d78ac4758cedf8"><code>f1b9055</code></a> avr: Skip No More!</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/4df7a8dee8464552359d3b3ec7611972465d3b93"><code>4df7a8d</code></a> copy_misaligned_words: avoid out-of-bounds accesses (<a href="https://redirect.github.com/rust-lang/compiler-builtins/issues/799">#799</a>)</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/974d7213fc793cc3a3c67b0ad4492c4956121bb1"><code>974d721</code></a> Clean up icount benchmarks</li> <li><a href="https://github.com/rust-lang/compiler-builtins/commit/e49ff02ce147653497d18087814a2e0360cccf5a"><code>e49ff02</code></a> Add benchmarks using <code>iai-callgrind</code></li> <li>See full diff in <a href="https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.152...compiler_builtins-v0.1.153">compare view</a></li> </ul> </details> <br /> Updates `cc` from 1.2.18 to 1.2.19 <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.19</h2> <h3>Other</h3> <ul> <li>Fix musl compilation: Add musl as a prefix fallback (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1455">#1455</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.18...cc-v1.2.19">1.2.19</a> - 2025-04-11</h2> <h3>Other</h3> <ul> <li>Fix musl compilation: Add musl as a prefix fallback (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1455">#1455</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/d7d29fc4e390aadefa1969211f79935d6ba10d70"><code>d7d29fc</code></a> chore: release v1.2.19 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1458">#1458</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/0f8834db2022ec57e7a1be06f7aafd2688d4b57c"><code>0f8834d</code></a> Fix musl compilation: Add musl as a prefix fallback (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1455">#1455</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.18...cc-v1.2.19">compare view</a></li> </ul> </details> <br /> 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 2 updates: compiler_builtins and cc.
Updates
compiler_builtinsfrom 0.1.152 to 0.1.153Release notes
Sourced from compiler_builtins's releases.
Commits
9978a8bchore: release v0.1.153cd6f4f6Update thelibmsubmodulec887852Remove a mention offorce-soft-floatinbuild.rs1901c41Revert "Disablef16on AArch64 without theneonfeature"f1b9055avr: Skip No More!4df7a8dcopy_misaligned_words: avoid out-of-bounds accesses (#799)974d721Clean up icount benchmarkse49ff02Add benchmarks usingiai-callgrindUpdates
ccfrom 1.2.18 to 1.2.19Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d7d29fcchore: release v1.2.19 (#1458)0f8834dFix musl compilation: Add musl as a prefix fallback (#1455)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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