-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump bytemuck from 1.12.2 to 1.12.3 #638
Merged
Merged
Conversation
This file contains 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
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/Lokathor/bytemuck/releases) - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
bors r+ |
bors bot
added a commit
that referenced
this pull request
Nov 7, 2022
637: build(deps): bump idsp from 0.9.0 to 0.9.1 r=ryan-summers a=dependabot[bot] Bumps [idsp](https://github.com/quartiq/idsp) from 0.9.0 to 0.9.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/quartiq/idsp/blob/main/CHANGELOG.md">idsp's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quartiq/idsp/commit/62ea684781f33d81f94b1dc118ef1ac33ec4d51f"><code>62ea684</code></a> chore: Release idsp version 0.9.1</li> <li><a href="https://github.com/quartiq/idsp/commit/9ce572eabbd1e44168f9166c6769a953e5ff207f"><code>9ce572e</code></a> cossin: optimize a bit more</li> <li>See full diff in <a href="https://github.com/quartiq/idsp/compare/v0.9.0...v0.9.1">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` 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> 638: build(deps): bump bytemuck from 1.12.2 to 1.12.3 r=ryan-summers a=dependabot[bot] Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.12.2 to 1.12.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p> <blockquote> <h2>1.12.3</h2> <ul> <li>This bugfix makes the crate do stuff with <code>Arc</code> or not based on the <code>target_has_atomic</code> config. Previously, some targets that have allocation but not atomics were getting errors. This raises the MSRV of the <code>extern_crate_alloc</code> feature to 1.60, but opt-in features are <em>not</em> considered to be hard locked to 1.34 like the basic build of the crate is.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/06a62314a362d82251d09103cfe889ae470df33c"><code>06a6231</code></a> (cargo-release) version 1.12.3</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/46e816c710b26d4fd9db6a9004375734e7081a93"><code>46e816c</code></a> changelog.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/5c9d81ca1a17ef2077fdbcdeb05bd14d6328062f"><code>5c9d81c</code></a> (cargo-release) version 1.3.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/86226cefc469b78cc414b4315806dd1d45fc59c1"><code>86226ce</code></a> changelog.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/02021fba24a3c89bc10e359d41678f44e2c33a80"><code>02021fb</code></a> Conditionally compile in <code>Arc</code> (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/140">#140</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/518baf9c0b73c92b4ea4406fe15e005c6d71535a"><code>518baf9</code></a> Allow <code>repr(transparent)</code> to be used generically in <code>derive(Pod)</code> (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/139">#139</a>)</li> <li>See full diff in <a href="https://github.com/Lokathor/bytemuck/compare/v1.12.2...v1.12.3">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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR was included in a batch that was canceled, it will be automatically retried |
Build succeeded: |
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 bytemuck from 1.12.2 to 1.12.3.
Changelog
Sourced from bytemuck's changelog.
Commits
06a6231
(cargo-release) version 1.12.346e816c
changelog.5c9d81c
(cargo-release) version 1.3.086226ce
changelog.02021fb
Conditionally compile inArc
(#140)518baf9
Allowrepr(transparent)
to be used generically inderive(Pod)
(#139)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 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)