Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump once_cell from 1.20.0 to 1.20.2 in the non-critical group (#1632)
Bumps the non-critical group with 1 update: [once_cell](https://github.com/matklad/once_cell). Updates `once_cell` from 1.20.0 to 1.20.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md">once_cell's changelog</a>.</em></p> <blockquote> <h2>1.20.2</h2> <ul> <li>Remove <code>portable_atomic</code> from Cargo.lock if it is not, in fact, used: <a href="https://redirect.github.com/matklad/once_cell/pull/267">#267</a> This is a work-around for this cargo bug: <a href="https://redirect.github.com/rust-lang/cargo/issues/10801">rust-lang/cargo#10801</a>.</li> </ul> <h2>1.20.1</h2> <ul> <li>Allow using <code>race</code> module using just <code>portable_atomic</code>, without <code>critical_section</code> and provide better error messages on targets without atomic CAS instruction, <a href="https://redirect.github.com/matklad/once_cell/pull/265">#265</a>.</li> </ul> <h2>1.19.0</h2> <ul> <li>Use <code>portable-atomic</code> instead of <code>atomic-polyfill</code>, <a href="https://redirect.github.com/matklad/once_cell/pull/251">#251</a>.</li> </ul> <h2>1.18.0</h2> <ul> <li><code>MSRV</code> is updated to 1.60.0 to take advantage of <code>dep:</code> syntax for cargo features, removing "implementation details" from publicly visible surface.</li> </ul> <h2>1.17.2</h2> <ul> <li>Avoid unnecessary synchronization in <code>Lazy::{force,deref}_mut()</code>, <a href="https://redirect.github.com/matklad/once_cell/pull/231">#231</a>.</li> </ul> <h2>1.17.1</h2> <ul> <li>Make <code>OnceRef</code> implementation compliant with <a href="https://redirect.github.com/rust-lang/rust/issues/95228">strict provenance</a>.</li> </ul> <h2>1.17.0</h2> <ul> <li>Add <code>race::OnceRef</code> for storing a <code>&'a T</code>.</li> </ul> <h2>1.16.0</h2> <ul> <li>Add <code>no_std</code> implementation based on <code>critical-section</code>, <a href="https://redirect.github.com/matklad/once_cell/pull/195">#195</a>.</li> <li>Deprecate <code>atomic-polyfill</code> feature (use the new <code>critical-section</code> instead)</li> </ul> <h2>1.15.0</h2> <ul> <li>Increase minimal supported Rust version to 1.56.0.</li> <li>Implement <code>UnwindSafe</code> even if the <code>std</code> feature is disabled.</li> </ul> <h2>1.14.0</h2> <ul> <li>Add extension to <code>unsync</code> and <code>sync</code> <code>Lazy</code> mut API: <ul> <li><code>force_mut</code></li> <li><code>get_mut</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matklad/once_cell/commit/4fbd4a53509ca59c8e09efc2ab0a22f21de70f7e"><code>4fbd4a5</code></a> release 1.20.3</li> <li><a href="https://github.com/matklad/once_cell/commit/0aef2f86e3b5a7cd7a7b872fb05e381780704538"><code>0aef2f8</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/267">#267</a> from taiki-e/portable-atomic</li> <li><a href="https://github.com/matklad/once_cell/commit/cf87ac61f67c63b6c05311a98fd7f6c6650ddb5f"><code>cf87ac6</code></a> Remove "portable-atomic?/require-cas" from race feature</li> <li><a href="https://github.com/matklad/once_cell/commit/3b9bd9b87257dc732b8220507b8c162eab097a43"><code>3b9bd9b</code></a> release 1.20.1</li> <li><a href="https://github.com/matklad/once_cell/commit/f61508a632745197b64968c1941f94cce054149f"><code>f61508a</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/265">#265</a> from taiki-e/portable-atomic</li> <li><a href="https://github.com/matklad/once_cell/commit/449e5d7b2d57ca101e364a0596e84c792a78d674"><code>449e5d7</code></a> Add portable-atomic feature and disable portable-atomic/critical-section by d...</li> <li>See full diff in <a href="https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=once_cell&package-manager=cargo&previous-version=1.20.0&new-version=1.20.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information