-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit df63137
authored
chore(deps): bump the all-cargo-dependencies group with 4 updates (#835)
Bumps the all-cargo-dependencies group with 4 updates:
[papaya](https://github.com/ibraheemdev/papaya),
[clap](https://github.com/clap-rs/clap),
[divan](https://github.com/nvzqz/divan) and
[flecs_ecs](https://github.com/Indra-db/Flecs-Rust).
Updates `papaya` from 0.1.8 to 0.1.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ibraheemdev/papaya/releases">papaya's
releases</a>.</em></p>
<blockquote>
<h2>0.1.9</h2>
<ul>
<li>Added <code>HashMap::remove_if</code> (<a
href="https://redirect.github.com/ibraheemdev/papaya/pull/59">ibraheemdev/papaya#59</a>).</li>
<li><code>serde::{Serialize, Deserialize}</code> are now implemented for
<code>HashSet</code> (<a
href="https://redirect.github.com/ibraheemdev/papaya/pull/55">ibraheemdev/papaya#55</a>).</li>
<li><code>HashMap::retain</code> now takes <code>&self</code>
instead of the incorrect <code>&mut self</code> (<a
href="https://redirect.github.com/ibraheemdev/papaya/issues/61">ibraheemdev/papaya#61</a>).</li>
<li>The table size will now shrink if most of the capacity is unused (<a
href="https://redirect.github.com/ibraheemdev/papaya/pull/58">ibraheemdev/papaya#58</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/bcc630f935db73e3960ab8d37c56979dc92a327d"><code>bcc630f</code></a>
release 0.1.9</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/b2c3551b893b9aa4255e65d09ee30aa4ac78188a"><code>b2c3551</code></a>
update assertion for <code>HashSet</code> deserializer</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/ccb2371d45223848994d7725098f429c4e93508a"><code>ccb2371</code></a>
fix signature of <code>HashMap::retain</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/ad66e29a40334c1978d77e30a4f3e4b1b674e2d2"><code>ad66e29</code></a>
add <code>HashMap::remove_if</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/a554a5faf50fa7d4295aa828ce7b57c68cb890f9"><code>a554a5f</code></a>
add heuristic to shrink table size</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/19567d86e27ec82eccc440a793d05c8ca9026868"><code>19567d8</code></a>
implement <code>serde::{Serialize, Deserialize}</code> for
<code>HashSet</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/7426f7e3468f8426880980906ad3e45aa2cfa81a"><code>7426f7e</code></a>
enable leak sanitizer in CI</li>
<li>See full diff in <a
href="https://github.com/ibraheemdev/papaya/compare/v0.1.8...v0.1.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.28 to 4.5.30
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.30</h2>
<h2>[4.5.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</li>
</ul>
<h2>v4.5.29</h2>
<h2>[4.5.29] - 2025-02-11</h2>
<h3>Fixes</h3>
<ul>
<li>Change <code>ArgMatches::args_present</code> so not-present flags
are considered not-present (matching the documentation)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</li>
</ul>
<h2>[4.5.29] - 2025-02-11</h2>
<h3>Fixes</h3>
<ul>
<li>Change <code>ArgMatches::args_present</code> so not-present flags
are considered not-present (matching the documentation)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/f40b37f1d849dc0446e4ebfb8430f142c370903b"><code>f40b37f</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/63bfe1a532ad817b35d2804198d31e2b8f272adf"><code>63bfe1a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d6bd7e2ea658c0b3fa82624ca496872627228bda"><code>d6bd7e2</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5763">#5763</a>
from epage/complete</li>
<li><a
href="https://github.com/clap-rs/clap/commit/08875932f7164fad33576e242dcd7a3863844201"><code>0887593</code></a>
fix(complete): Change ValueHint::Unknown to Other, from AnyPath</li>
<li><a
href="https://github.com/clap-rs/clap/commit/61ebe72203f118de5b04692d45714e817a0172bd"><code>61ebe72</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/2e3fcc6aeed8411d7995bf1bdc770e079bc52346"><code>2e3fcc6</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/13dad4c275f9d8f52c28a455160b236a331d1c60"><code>13dad4c</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5759">#5759</a>
from clap-rs/renovate/unicode-width-0.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3ca44c7fdbc669222dd52c68a90fd5b7d5ee8323"><code>3ca44c7</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5758">#5758</a>
from clap-rs/renovate/terminal_size-0.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d71ae66c49c38bfe32ce2a30724dd5f64cfe1fde"><code>d71ae66</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5760">#5760</a>
from clap-rs/renovate/stable-1.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a25c73411d96c655a4ea73a050eba1a39564f737"><code>a25c734</code></a>
chore(deps): Update dependency STABLE to v1.81.0</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.28...clap_complete-v4.5.30">compare
view</a></li>
</ul>
</details>
<br />
Updates `divan` from `98d6e68` to `26e2888`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nvzqz/divan/commit/26e2888da69adb99ab4807040ba2ec105416e615"><code>26e2888</code></a>
Remove the trailing comma that broke the world</li>
<li><a
href="https://github.com/nvzqz/divan/commit/59f0336d192a08127f5b7e4d2520c5e2ff96a110"><code>59f0336</code></a>
Added basic support for wasm32.</li>
<li>See full diff in <a
href="https://github.com/nvzqz/divan/compare/98d6e68c5f90ce47cfac1059bdfbf1fb228a76dd...26e2888da69adb99ab4807040ba2ec105416e615">compare
view</a></li>
</ul>
</details>
<br />
Updates `flecs_ecs` from `fee1b73` to `99d8b59`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/99d8b59e581785ae4033416515c9fbaacef021e0"><code>99d8b59</code></a>
fix(debug EntityView): don't split vector or loop ids if archetype is
empty</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/82fedf203f51e87410cc228d9fc42bfd3c5cd44d"><code>82fedf2</code></a>
fix(flecs.c): update <code>ecs_enable_id</code> to check for
is_alive_id</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/30e79504fdb72961b3067444b74428c3dcfe14e0"><code>30e7950</code></a>
fix(flecs.c): cherry-pick PR <a
href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/1577">#1577</a>
to fix toggleable components w/ prefab dis...</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/d95847a50bb61983cf4b5e98c38036eadd7f1678"><code>d95847a</code></a>
improve(Debug EntityView): print component id's alongside name</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/c3b7bb0870d1bb2dd52a3322b1f0679f894afe28"><code>c3b7bb0</code></a>
fix(flecs.c): cherry picked PR <a
href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/1576">#1576</a>
in flecs core repo to prevent infinite r...</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/d07645db998bd8d3d0e048fd8bf5cb238b95da76"><code>d07645d</code></a>
chore(lookup fn): improve entity not found message</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/42811899680fad9f65ce977f5aea23844b5e869a"><code>4281189</code></a>
feat(on_component_registration): call fn on_component_registration after
id i...</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/0a5a4b4b840647a38c9f1d3310345aa7236a3d18"><code>0a5a4b4</code></a>
doc(entity_view): add fn doc to <code>add_id_unchecked</code></li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/cfa7ef6e72090cb68bc9f44816ba5223ccd7a857"><code>cfa7ef6</code></a>
fix(entity_view_mut, reflection_example): expose add_id_unchecked</li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/b234210fa9e18e0cec258b47dfe5392cb29551cc"><code>b234210</code></a>
fix(flecs_meta, <a
href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/227">#227</a>):
build when specified alone as a feature</li>
<li>Additional commits viewable in <a
href="https://github.com/Indra-db/Flecs-Rust/compare/fee1b736ae5e8d7267628d31d4ef9a182ff1de96...99d8b59e581785ae4033416515c9fbaacef021e0">compare
view</a></li>
</ul>
</details>
<br />
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 <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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9b8c3d0 commit df63137Copy full SHA for df63137
File tree
Expand file treeCollapse file tree
2 files changed
+22
-22
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+22
-22
lines changed+20-20Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
0 commit comments