build(deps): bump kurbo from 0.11.1 to 0.11.2 (#37160)

Bumps [kurbo](https://github.com/linebender/kurbo) from 0.11.1 to
0.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/linebender/kurbo/releases">kurbo's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.2</h2>
<h2>0.11.2 (2025-04-28)</h2>
<p>This release has an <a
href="README.md#minimum-supported-rust-version-msrv">MSRV</a> of
1.65.</p>
<h3>Added</h3>
<ul>
<li><code>Stroke</code> is now <code>PartialEq</code>,
<code>StrokeOpts</code> is now <code>Clone</code>, <code>Copy</code>,
<code>Debug</code>, <code>Eq</code>, <code>PartialEq</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/379">#379</a>
by <a
href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a>)</li>
<li>Implement <code>Sum</code> for <code>Vec2</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/399">#399</a>
by <a
href="https://github.com/Philipp-M"><code>@​Philipp-M</code></a>)</li>
<li>Add triangle shape. (<a
href="https://redirect.github.com/linebender/kurbo/issues/350">#350</a>
by <a href="https://github.com/juliapaci"><code>@​juliapaci</code></a>,
<a
href="https://redirect.github.com/linebender/kurbo/issues/387">#387</a>
by <a href="https://github.com/tomcur"><code>@​tomcur</code></a>)</li>
<li>Implement <code>Div&lt;f64&gt;</code> and
<code>Mul&lt;f64&gt;</code> for <code>Insets</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/384">#384</a>
by <a
href="https://github.com/liferooter"><code>@​liferooter</code></a>)</li>
<li>Add <code>Vec2::turn_90</code> and <code>Vec2::rotate_scale</code>
methods (<a
href="https://redirect.github.com/linebender/kurbo/issues/409">#409</a>
by <a
href="https://github.com/raphlinus"><code>@​raphlinus</code></a>)</li>
<li>Add <code>min</code> and <code>max</code> methods to
<code>Size</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/412">#412</a>
by <a
href="https://github.com/nils-mathieu"><code>@​nils-mathieu</code></a>)</li>
<li>Add an <code>INFNITY</code> constant to <code>Size</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/413">#413</a>
by <a
href="https://github.com/nils-mathieu"><code>@​nils-mathieu</code></a>)</li>
<li>Add <code>BezPath::with_capacity</code> method (<a
href="https://redirect.github.com/linebender/kurbo/issues/418">#418</a>
by <a
href="https://github.com/LaurenzV"><code>@​LaurenzV</code></a>)</li>
<li>Add <code>Affine::scale_about</code> and
<code>Affine::then_scale_about</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/429">#429</a>
by <a href="https://github.com/xorgy"><code>@​xorgy</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reduce number of operations in
<code>Triangle::circumscribed_circle</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/390">#390</a>
by <a href="https://github.com/tomcur"><code>@​tomcur</code></a>)</li>
<li>Numerically approximate ellipse perimeter. (<a
href="https://redirect.github.com/linebender/kurbo/issues/383">#383</a>,
<a
href="https://redirect.github.com/linebender/kurbo/issues/407">#407</a>
by <a href="https://github.com/tomcur"><code>@​tomcur</code></a>)</li>
<li>Always inline trivial casts, splats, and swizzles. (<a
href="https://redirect.github.com/linebender/kurbo/issues/428">#428</a>
by <a href="https://github.com/xorgy"><code>@​xorgy</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix documentation of <code>Affine::svd</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/388">#388</a>
by <a href="https://github.com/tomcur"><code>@​tomcur</code></a>)</li>
<li>Fix documentation of cross product. (<a
href="https://redirect.github.com/linebender/kurbo/issues/409">#409</a>
by <a
href="https://github.com/raphlinus"><code>@​raphlinus</code></a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/juliapaci"><code>@​juliapaci</code></a>
made their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/350">linebender/kurbo#350</a></li>
<li><a href="https://github.com/tomcur"><code>@​tomcur</code></a> made
their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/383">linebender/kurbo#383</a></li>
<li><a href="https://github.com/Philipp-M"><code>@​Philipp-M</code></a>
made their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/399">linebender/kurbo#399</a></li>
<li><a
href="https://github.com/liferooter"><code>@​liferooter</code></a> made
their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/384">linebender/kurbo#384</a></li>
<li><a href="https://github.com/LaurenzV"><code>@​LaurenzV</code></a>
made their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/418">linebender/kurbo#418</a></li>
<li><a href="https://github.com/xorgy"><code>@​xorgy</code></a> made
their first contribution in <a
href="https://redirect.github.com/linebender/kurbo/pull/429">linebender/kurbo#429</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/linebender/kurbo/compare/v0.11.1...v0.11.2">https://github.com/linebender/kurbo/compare/v0.11.1...v0.11.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/linebender/kurbo/blob/main/CHANGELOG.md">kurbo's
changelog</a>.</em></p>
<blockquote>
<h2>[0.11.2][] (2025-04-28)</h2>
<p>This release has an [MSRV][] of 1.65.</p>
<h3>Added</h3>
<ul>
<li><code>Stroke</code> is now <code>PartialEq</code>,
<code>StrokeOpts</code> is now <code>Clone</code>, <code>Copy</code>,
<code>Debug</code>, <code>Eq</code>, <code>PartialEq</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/379">#379</a>[]
by [<a
href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a>][])</li>
<li>Implement <code>Sum</code> for <code>Vec2</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/399">#399</a>[]
by [<a
href="https://github.com/Philipp-M"><code>@​Philipp-M</code></a>][])</li>
<li>Add triangle shape. (<a
href="https://redirect.github.com/linebender/kurbo/issues/350">#350</a>[]
by [<a
href="https://github.com/juliapaci"><code>@​juliapaci</code></a>][], <a
href="https://redirect.github.com/linebender/kurbo/issues/387">#387</a>[]
by [<a
href="https://github.com/tomcur"><code>@​tomcur</code></a>][])</li>
<li>Implement <code>Div&lt;f64&gt;</code> and
<code>Mul&lt;f64&gt;</code> for <code>Insets</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/384">#384</a>[]
by [<a
href="https://github.com/liferooter"><code>@​liferooter</code></a>][])</li>
<li>Add <code>Vec2::turn_90</code> and <code>Vec2::rotate_scale</code>
methods (<a
href="https://redirect.github.com/linebender/kurbo/issues/409">#409</a>[]
by [<a
href="https://github.com/raphlinus"><code>@​raphlinus</code></a>][])</li>
<li>Add <code>min</code> and <code>max</code> methods to
<code>Size</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/412">#412</a>[]
by [<a
href="https://github.com/nils-mathieu"><code>@​nils-mathieu</code></a>][])</li>
<li>Add an <code>INFNITY</code> constant to <code>Size</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/413">#413</a>[]
by [<a
href="https://github.com/nils-mathieu"><code>@​nils-mathieu</code></a>][])</li>
<li>Add <code>BezPath::with_capacity</code> method (<a
href="https://redirect.github.com/linebender/kurbo/issues/418">#418</a>[]
by [<a
href="https://github.com/LaurenzV"><code>@​LaurenzV</code></a>][])</li>
<li>Add <code>Affine::scale_about</code> and
<code>Affine::then_scale_about</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/429">#429</a>[]
by [<a href="https://github.com/xorgy"><code>@​xorgy</code></a>][])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reduce number of operations in
<code>Triangle::circumscribed_circle</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/390">#390</a>[]
by [<a
href="https://github.com/tomcur"><code>@​tomcur</code></a>][])</li>
<li>Numerically approximate ellipse perimeter. (<a
href="https://redirect.github.com/linebender/kurbo/issues/383">#383</a>[],
<a
href="https://redirect.github.com/linebender/kurbo/issues/407">#407</a>[]
by [<a
href="https://github.com/tomcur"><code>@​tomcur</code></a>][])</li>
<li>Always inline trivial casts, splats, and swizzles. (<a
href="https://redirect.github.com/linebender/kurbo/issues/428">#428</a>[]
by [<a href="https://github.com/xorgy"><code>@​xorgy</code></a>][])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix documentation of <code>Affine::svd</code>. (<a
href="https://redirect.github.com/linebender/kurbo/issues/388">#388</a>[]
by [<a
href="https://github.com/tomcur"><code>@​tomcur</code></a>][])</li>
<li>Fix documentation of cross product. (<a
href="https://redirect.github.com/linebender/kurbo/issues/409">#409</a>[]
by [<a
href="https://github.com/raphlinus"><code>@​raphlinus</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="03942df6bb"><code>03942df</code></a>
Release 0.11.2 (<a
href="https://redirect.github.com/linebender/kurbo/issues/441">#441</a>)</li>
<li><a
href="5495ac1a3a"><code>5495ac1</code></a>
Expand changelog (<a
href="https://redirect.github.com/linebender/kurbo/issues/442">#442</a>)</li>
<li><a
href="ea944bb829"><code>ea944bb</code></a>
Update <code>libm</code> and <code>rand</code> deps (<a
href="https://redirect.github.com/linebender/kurbo/issues/440">#440</a>)</li>
<li><a
href="b85607f998"><code>b85607f</code></a>
Fix <code>clippy::default_trait_access</code> lints (<a
href="https://redirect.github.com/linebender/kurbo/issues/439">#439</a>)</li>
<li><a
href="cb1c2c39b9"><code>cb1c2c3</code></a>
Update deps (<a
href="https://redirect.github.com/linebender/kurbo/issues/438">#438</a>)</li>
<li><a
href="d872acb7f0"><code>d872acb</code></a>
ci: update to stable Rust 1.86, typos 1.31.1 (<a
href="https://redirect.github.com/linebender/kurbo/issues/422">#422</a>)</li>
<li><a
href="c68c4f9469"><code>c68c4f9</code></a>
Improve doc comment on <code>Shape::contains</code> (<a
href="https://redirect.github.com/linebender/kurbo/issues/433">#433</a>)</li>
<li><a
href="d67b9dd98a"><code>d67b9dd</code></a>
Make <code>kurbo</code> a crate within a workspace (<a
href="https://redirect.github.com/linebender/kurbo/issues/434">#434</a>)</li>
<li><a
href="cf7d823a50"><code>cf7d823</code></a>
Update CHANGELOG (<a
href="https://redirect.github.com/linebender/kurbo/issues/430">#430</a>)</li>
<li><a
href="193f413a6f"><code>193f413</code></a>
Always inline trivial casts, splats, and swizzles. (<a
href="https://redirect.github.com/linebender/kurbo/issues/428">#428</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/linebender/kurbo/compare/v0.11.1...v0.11.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kurbo&package-manager=cargo&previous-version=0.11.1&new-version=0.11.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 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>
This commit is contained in:
dependabot[bot] 2025-05-28 08:41:00 +02:00 committed by GitHub
parent 2d3a7c87c2
commit 325ac9e416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -4202,9 +4202,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]] [[package]]
name = "kurbo" name = "kurbo"
version = "0.11.1" version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f" checksum = "1077d333efea6170d9ccb96d3c3026f300ca0773da4938cc4c811daa6df68b0c"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"smallvec", "smallvec",