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.17.1 to 1.17.2 (#1966)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.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.17.2</h2> <ul> <li>Avoid unnecessary synchronization in <code>Lazy::{force,deref}_mut()</code>, <a href="https://github.com/matklad/once_cell/pull/231">#231</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matklad/once_cell/commit/8f39b775effd387b175993b0091b082c4d60f921"><code>8f39b77</code></a> Merge <a href="https://github.com/matklad/once_cell/issues/231">#231</a></li> <li><a href="https://github.com/matklad/once_cell/commit/060943bdef166587bfb2ec18adc3c30cf49826b3"><code>060943b</code></a> Update <code>.lock</code> file</li> <li><a href="https://github.com/matklad/once_cell/commit/53ac97e0f8c8ccc828581c3522dbc1ecb2ae6351"><code>53ac97e</code></a> Make CI ensure the <code>Cargo.lock.msrv</code> file is up to date</li> <li><a href="https://github.com/matklad/once_cell/commit/b5db23c4648dafac2e2cd638b24349ffdd2df3a4"><code>b5db23c</code></a> v1.17.2</li> <li><a href="https://github.com/matklad/once_cell/commit/8f2d2f5163ef91e8e85bbc8c3bf580fcc8118de4"><code>8f2d2f5</code></a> Avoid unnecessary synchronization in <code>{force,deref}_mut</code></li> <li><a href="https://github.com/matklad/once_cell/commit/8c42266612bdf8493fb48bb77fe8c8c16cdfc116"><code>8c42266</code></a> modernize docs</li> <li><a href="https://github.com/matklad/once_cell/commit/652015f4fe51cddcf8b1f4de987b34ae083fa685"><code>652015f</code></a> Merge <a href="https://github.com/matklad/once_cell/issues/228">#228</a></li> <li><a href="https://github.com/matklad/once_cell/commit/39933cd333134a2d187adccf67f6febccacf5450"><code>39933cd</code></a> clippy::redundant_pattern_matching</li> <li><a href="https://github.com/matklad/once_cell/commit/307ff0c350bba45e07992b00eaf2d93fb0c146a7"><code>307ff0c</code></a> clippy::needless_borrow</li> <li><a href="https://github.com/matklad/once_cell/commit/885ab76c0174bcd071e59624117f2d39f90b031a"><code>885ab76</code></a> clippy::mem_replace_with_default</li> <li>See full diff in <a href="https://github.com/matklad/once_cell/compare/v1.17.1...v1.17.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.17.1&new-version=1.17.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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information