aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/codegen/CodegenRust.py
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-08 17:11:54 +0000
committerGitHub <noreply@github.com>2025-04-08 17:11:54 +0000
commit50fe1b17b5b25fabe487049698996168f91a416b (patch)
tree9e0d249159092d93ed2c552771152e38a4f1c2e9 /components/script_bindings/codegen/CodegenRust.py
parent9af9507920abccfd45fb5d8c98e564daa3f45419 (diff)
downloadservo-50fe1b17b5b25fabe487049698996168f91a416b.tar.gz
servo-50fe1b17b5b25fabe487049698996168f91a416b.zip
build(deps): bump half from 2.5.0 to 2.6.0 (#36405)
Bumps [half](https://github.com/VoidStarKat/half-rs) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/VoidStarKat/half-rs/releases">half's releases</a>.</em></p> <blockquote> <h2>2.6.0</h2> <h3>Changed</h3> <ul> <li>Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper <code>Cargo.lock</code>: <ul> <li><code>num-traits</code> 0.2.14 -&gt; 0.2.16</li> <li><code>zerocopy</code> 0.8.0 -&gt; 0.8.23</li> <li><code>arbitrary</code> 1.3.2 -&gt; 1.4.1</li> </ul> </li> </ul> <h3>Added</h3> <ul> <li><code>f16</code> and <code>bf16</code> now implement <code>Immutable</code> and <code>KnownLayout</code> for <code>zerocopy</code> crate. By [<a href="https://github.com/usamoi"><code>@​usamoi</code></a>].</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md">half's changelog</a>.</em></p> <blockquote> <h2>[2.6.0] - 2024-04-08 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper <code>Cargo.lock</code>: <ul> <li><code>num-traits</code> 0.2.14 -&gt; 0.2.16</li> <li><code>zerocopy</code> 0.8.0 -&gt; 0.8.23</li> <li><code>arbitrary</code> 1.3.2 -&gt; 1.4.1</li> </ul> </li> </ul> <h3>Added</h3> <ul> <li><code>f16</code> and <code>bf16</code> now implement <code>Immutable</code> and <code>KnownLayout</code> for <code>zerocopy</code> crate. By [<a href="https://github.com/usamoi"><code>@​usamoi</code></a>].</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/VoidStarKat/half-rs/commit/b1894e955031e0b1be2b06e5bbab4c3cdc65e883"><code>b1894e9</code></a> Bump version to 2.6.0</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/ec91af59c8db3de1e7d64be5bd55c9d38ac04a8b"><code>ec91af5</code></a> Fix min dependency versions</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/bee721b27a8f38d506fc3c6f66df99111a2f0bc1"><code>bee721b</code></a> update changelog</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/2ba131f218a5dde62f8f04d3e473481db79e918e"><code>2ba131f</code></a> Merge pull request <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/125">#125</a> from tensorchord/2.5.0-zerocopy</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/55c36c1b2c37e9db917383773f29c107e1f2d849"><code>55c36c1</code></a> Update unmaintained/outdated CI actions</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/7580fd6ed13261dbde0cfcc982469a2b6047e7e4"><code>7580fd6</code></a> Update repository link</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/9dc2559e95f295aaa8ffef5e0529167731dffd47"><code>9dc2559</code></a> derive Immutable and KnownLayout for f16 and bf16</li> <li>See full diff in <a href="https://github.com/VoidStarKat/half-rs/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=half&package-manager=cargo&previous-version=2.5.0&new-version=2.6.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
Diffstat (limited to 'components/script_bindings/codegen/CodegenRust.py')
0 files changed, 0 insertions, 0 deletions