Skip to content

Commit cd4e809

Browse files
build(deps): bump thin-vec from 0.2.14 to 0.2.16 in the cargo group across 1 directory (#1067)
Bumps the cargo group with 1 update in the / directory: [thin-vec](https://github.com/mozilla/thin-vec). Updates `thin-vec` from 0.2.14 to 0.2.16 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/thin-vec/blob/main/RELEASES.md">thin-vec's changelog</a>.</em></p> <blockquote> <h1>Version 0.2.16 (2026-04-14)</h1> <ul> <li>Fix reserve() on auto arrays in gecko-ffi mode.</li> <li>Fix two double-drop issues with ThinVec::clear() and ThinVec::into_iter() when the Drop implementation of the item panics.</li> </ul> <h1>Version 0.2.15 (2026-04-08)</h1> <ul> <li>Support AutoTArrays created from Rust in Gecko FFI mode.</li> <li>Add extract_if.</li> <li>Add const new() support behind feature flag.</li> <li>Fix <code>thin_vec</code> macro not being hygienic when recursing</li> <li>Improve extend() performance.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/thin-vec/commit/3c96f1e335e695e6f6d43a3d383a9ea9f1f9d586"><code>3c96f1e</code></a> chore: Bump version to v0.2.16</li> <li><a href="https://github.com/mozilla/thin-vec/commit/df64748355222525c344ecd9d2c9f59a662e1678"><code>df64748</code></a> Fix two panic=unwind issues.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/4e3a217b7fb27e1e8dc08a7307b831f9928e21a5"><code>4e3a217</code></a> ci: Ignore msrv job for now since it just hangs trying to pull deps.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/63c2f5fcf2a5d84f23ed45bbbd053fe1bd2cc96f"><code>63c2f5f</code></a> gecko-ffi: Fix auto-t-array push.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/679781320925000f5dfe34fdea9c440ade34561a"><code>6797813</code></a> tests: Appease clippy.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/af81b17ad58c806af61c2a85e1cc53242a10d2e0"><code>af81b17</code></a> ci: Don't use actions-rs/{cargo,clippy-check} as it's not allowed in mozilla/...</li> <li><a href="https://github.com/mozilla/thin-vec/commit/360f9ef0c91a1068c0acbd5a0fd206911dec5ef3"><code>360f9ef</code></a> Update repository URL and various cleanups</li> <li><a href="https://github.com/mozilla/thin-vec/commit/70bcca0960a7e11056fa3281445d08052421dab5"><code>70bcca0</code></a> chore: Bump version to v0.2.15</li> <li><a href="https://github.com/mozilla/thin-vec/commit/322423b7a6951346e76fcdaa20ee01a91033e180"><code>322423b</code></a> Fix miri error on extract_if().</li> <li><a href="https://github.com/mozilla/thin-vec/commit/eca5334c291cc65885bf524f61e5fe4a679a4152"><code>eca5334</code></a> Don't make push_unchecked public.</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/thin-vec/compare/v0.2.14...v0.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thin-vec&package-manager=cargo&previous-version=0.2.14&new-version=0.2.16)](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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sbdchd/squawk/network/alerts). </details>
1 parent b82d773 commit cd4e809

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)