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 smallvec from 1.10.0 to 1.11.0 (vectordotdev#17880)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.11.0</h2> <h2>What's Changed</h2> <ul> <li>Testing and documentation fixes by <a href="https://github.com/striezel"><code>@striezel</code></a> in <a href="https://github.com/servo/rust-smallvec/pull/294">servo/rust-smallvec#294</a> and <a href="https://github.com/servo/rust-smallvec/pull/293">servo/rust-smallvec#293</a></li> <li>Use <code>NonNull</code> pointer in heap version by <a href="https://github.com/AngelicosPhosphoros"><code>@AngelicosPhosphoros</code></a> in <a href="https://github.com/servo/rust-smallvec/pull/298">servo/rust-smallvec#298</a></li> <li>Implemented experimental <code>drain_filter</code> method by <a href="https://github.com/L0uisc"><code>@L0uisc</code></a> in <a href="https://github.com/servo/rust-smallvec/pull/292">servo/rust-smallvec#292</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/striezel"><code>@striezel</code></a> made their first contribution in <a href="https://github.com/servo/rust-smallvec/pull/294">servo/rust-smallvec#294</a></li> <li><a href="https://github.com/AngelicosPhosphoros"><code>@AngelicosPhosphoros</code></a> made their first contribution in <a href="https://github.com/servo/rust-smallvec/pull/298">servo/rust-smallvec#298</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0">https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/82b5f5b1bdca0d81d1aae6cfc74191f1f25b0bc5"><code>82b5f5b</code></a> Version 1.11.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/92d3e69dd9b20128a9c81c9134203f95c14b26a4"><code>92d3e69</code></a> Update fuzz dependencies</li> <li><a href="https://github.com/servo/rust-smallvec/commit/fc18a2e0a00df01ee09d62d458f7ccc0a226444d"><code>fc18a2e</code></a> Document drain_filter features.</li> <li><a href="https://github.com/servo/rust-smallvec/commit/3e20520b0fc6d32cf9eab24e05ce965b263b827c"><code>3e20520</code></a> Auto merge of <a href="https://github.com/servo/rust-smallvec/issues/292">#292</a> - L0uisc:drain_filter, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/ae7ff95f38817c13a632be15b1cef82359c0aa84"><code>ae7ff95</code></a> DrainFiilter drain_keep_rest feature flag and test</li> <li><a href="https://github.com/servo/rust-smallvec/commit/5d0c7e2c646334b55cd51ecd59813d4d105f305d"><code>5d0c7e2</code></a> keep_rest method for DrainFilter</li> <li><a href="https://github.com/servo/rust-smallvec/commit/fa7703050a520f37fa24ae9068b620f1feef5762"><code>fa77030</code></a> drain_filter feature flag</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c64344ad341061e6685f480e2b2395e472d74cab"><code>c64344a</code></a> Added test</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9806b2d720d9133938f26ec5c35f5891a2fff0d5"><code>9806b2d</code></a> Implemented Drop for DrainFilter</li> <li><a href="https://github.com/servo/rust-smallvec/commit/24735d31a7d100f03202a916df1649e06b8b8849"><code>24735d3</code></a> drain_filter method to create DrainFilter iterator.</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smallvec&package-manager=cargo&previous-version=1.10.0&new-version=1.11.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