Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump once_cell from 1.17.2 to 1.18.0 (#17596)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 to 1.18.0. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matklad/once_cell/commit/65568632484c5e108688e916a1e04d2806aedb26"><code>6556863</code></a> Merge <a href="https://redirect.github.com/matklad/once_cell/issues/240">#240</a></li> <li><a href="https://github.com/matklad/once_cell/commit/86d362dd509eec3781b48ac583ebe9f5de6668a1"><code>86d362d</code></a> release 1.18.0</li> <li><a href="https://github.com/matklad/once_cell/commit/c7e70968441bfb514599ec395346ffa657514c3b"><code>c7e7096</code></a> Merge <a href="https://redirect.github.com/matklad/once_cell/issues/239">#239</a></li> <li><a href="https://github.com/matklad/once_cell/commit/d8100586a720338cc7809c729ab94a9575807e06"><code>d810058</code></a> update Cargo.lock.msrv</li> <li><a href="https://github.com/matklad/once_cell/commit/4f8783c1fe878f50a9de114219b87cd281e5d792"><code>4f8783c</code></a> switch to thread::scope in tests</li> <li><a href="https://github.com/matklad/once_cell/commit/67f5856477bcc45163de3f9d983fbb7bfddb491d"><code>67f5856</code></a> Merge <a href="https://redirect.github.com/matklad/once_cell/issues/238">#238</a></li> <li><a href="https://github.com/matklad/once_cell/commit/f5f648fdb212aa4339096052f429059a2fac7979"><code>f5f648f</code></a> remove unwrap_unchecked polyfill</li> <li><a href="https://github.com/matklad/once_cell/commit/14742ac167f19d39f8e314e77dd0134d1b25e311"><code>14742ac</code></a> Reorgonize test suite</li> <li><a href="https://github.com/matklad/once_cell/commit/61f8384cdf60d5df971d6799c02e31001d5eaafc"><code>61f8384</code></a> Merge <a href="https://redirect.github.com/matklad/once_cell/issues/235">#235</a></li> <li><a href="https://github.com/matklad/once_cell/commit/8a69b8f4fa02fc07c7591f12b67c77415c7f9f5d"><code>8a69b8f</code></a> remove impl details features</li> <li>Additional commits viewable in <a href="https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.0">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.2&new-version=1.18.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information