-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit 5e4648a
authored
chore(deps): bump the all-cargo-dependencies group with 5 updates (#823)
Bumps the all-cargo-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [papaya](https://github.com/ibraheemdev/papaya) | `0.1.7` | `0.1.8` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137`
|
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.0` |
| [flecs_ecs](https://github.com/Indra-db/Flecs-Rust) | ``2c72543`` |
``45f2577`` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` |
`2.7.1` |
Updates `papaya` from 0.1.7 to 0.1.8
<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.8</h2>
<ul>
<li>Added <code>HashMap::try_insert_with</code> (<a
href="https://redirect.github.com/ibraheemdev/papaya/pull/49">ibraheemdev/papaya#49</a>).</li>
<li><code>HashMap</code> and <code>HashSet</code> methods that take
borrowed keys now use the more flexible <a
href="https://docs.rs/equivalent/latest/equivalent/trait.Equivalent.html"><code>Equivalent</code></a>
trait instead of <code>Borrow</code> (<a
href="https://redirect.github.com/ibraheemdev/papaya/pull/45">ibraheemdev/papaya#45</a>).</li>
<li>The <code>rust-version</code> crate metadata has been set to
<code>1.72.0</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/1e1eecf86371f3ad5ef7905b074ebbe0dec587d7"><code>1e1eecf</code></a>
release 0.1.8</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/c47bdde7716cbe1dddbdae52caad49441586c7c9"><code>c47bdde</code></a>
document all internal unsafe blocks</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/1229f93df9be2cfcd068fac0742d5c95f9d16df6"><code>1229f93</code></a>
add <code>HashMap::try_insert_with</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/87311b3603bc1e3780da72fe07a0ae908bcc8f9b"><code>87311b3</code></a>
remove <code>capacity</code> field from <code>Table</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/a6f424958435c835d3116dbe7f46b34d93315d3a"><code>a6f4249</code></a>
simplify probe state</li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/4246869297e6565ef72b0e19ce44a8542fd150d8"><code>4246869</code></a>
add missing uses of <code>Equivalent</code> over
<code>Borrow</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/0abe12d5e75c0acd72d71764d4aa56bbc9ba6d2f"><code>0abe12d</code></a>
use <code>Equivalent</code> trait instead of <code>Borrow</code></li>
<li><a
href="https://github.com/ibraheemdev/papaya/commit/8b9c514c0af77acce8278804138e22be87896457"><code>8b9c514</code></a>
add MSRV metadata to <code>Cargo.toml</code></li>
<li>See full diff in <a
href="https://github.com/ibraheemdev/papaya/compare/v0.1.7...v0.1.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.135 to 1.0.137
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.137</h2>
<ul>
<li>Turn on "float_roundtrip" and "unbounded_depth"
features for serde_json in play.rust-lang.org (<a
href="https://redirect.github.com/serde-rs/json/issues/1231">#1231</a>)</li>
</ul>
<h2>v1.0.136</h2>
<ul>
<li>Optimize serde_json::value::Serializer::serialize_map by using
Map::with_capacity (<a
href="https://redirect.github.com/serde-rs/json/issues/1230">#1230</a>,
thanks <a
href="https://github.com/goffrie"><code>@goffrie</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/eb49e28204c45faa692e0ca5485958b3bdc6f310"><code>eb49e28</code></a>
Release 1.0.137</li>
<li><a
href="https://github.com/serde-rs/json/commit/51c48ab3b07979b648643cff70cd430217539481"><code>51c48ab</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1231">#1231</a>
from dtolnay/playground</li>
<li><a
href="https://github.com/serde-rs/json/commit/7d8f15b96351d9414e17c9ec4c095f51b259872e"><code>7d8f15b</code></a>
Enable "float_roundtrip" and "unbounded_depth"
features in playground</li>
<li><a
href="https://github.com/serde-rs/json/commit/a46f14cf2e92054bdb2c11dd86f4c1b5069f7f81"><code>a46f14c</code></a>
Release 1.0.136</li>
<li><a
href="https://github.com/serde-rs/json/commit/eb9f3f6387e62508854298b10e68aee8250f7f6b"><code>eb9f3f6</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1230">#1230</a>
from goffrie/patch-1</li>
<li><a
href="https://github.com/serde-rs/json/commit/513e5b2f74eb4697e5b0ed3952b1e3cf60ac6f0b"><code>513e5b2</code></a>
Use Map::with_capacity in value::Serializer::serialize_map</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137">compare
view</a></li>
</ul>
</details>
<br />
Updates `uuid` from 1.11.1 to 1.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>1.12.0</h2>
<h2>:warning: Possible Breakage</h2>
<p>This release includes additional <code>PartialEq</code>
implementations on <code>Uuid</code>, which can break inference in some
cases.</p>
<h2>What's Changed</h2>
<ul>
<li>feat: Add <code>NonZeroUuid</code> type for optimized
<code>Option<Uuid></code> representation by <a
href="https://github.com/ab22593k"><code>@ab22593k</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li>
<li>Finalize <code>NonNilUuid</code> by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/783">uuid-rs/uuid#783</a></li>
<li>Prepare for 1.12.0 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/784">uuid-rs/uuid#784</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ab22593k"><code>@ab22593k</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0">https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/c5f1d020f6df252b1e7c8a8f0bd95d57b0765580"><code>c5f1d02</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/784">#784</a> from
uuid-rs/cargo/1.12.0</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4cfbd83dee030d3bd7ed09b8ae4a582dd441ece3"><code>4cfbd83</code></a>
fix deprecation versions</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/8f761754c0485b6fd865976892db331940f35309"><code>8f76175</code></a>
prepare for 1.12.0 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/358eb3438435e8277fc428556f67c3ec37acccf5"><code>358eb34</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/783">#783</a> from
uuid-rs/feat/non-nil</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/6c5099e7a59dbb4ae610a124f4165f2d28c9b689"><code>6c5099e</code></a>
also remove borsh from NonNilUuid for now</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/b12c6909d03d5d375eb917bd9b86899efbbbcea6"><code>b12c690</code></a>
fix up non nil docs</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/38df005749e00955d15a2aa3051fa1e1a4669e14"><code>38df005</code></a>
remove zerocopy from NonNilUuid for now</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4021daa72f8d5986a651e8532bbe1c3120868144"><code>4021daa</code></a>
fix up zerocopy derives</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/f570b5714c6e25546022e2afe25288492cfecf39"><code>f570b57</code></a>
support equality between NonNilUuid and Uuid</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4ffd872792bd343df4be60fb4fc780b8fa470812"><code>4ffd872</code></a>
add a few missing derives</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `flecs_ecs` from `2c72543` to `45f2577`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/45f257744e990072d1d558839f8823eced9b3013"><code>45f2577</code></a>
chore(flecs_ecs_sys): (part 1) upgrade flecs C to commit
<code>d23b34a</code></li>
<li><a
href="https://github.com/Indra-db/Flecs-Rust/commit/363d6d84c5c64165248fcc1902d377318cdacd07"><code>363d6d8</code></a>
tests(flecs): add equality test cases between C and Rust component id's
for b...</li>
<li>See full diff in <a
href="https://github.com/Indra-db/Flecs-Rust/compare/2c72543e6e38e7ac8fb551a1f797a3414f43867e...45f257744e990072d1d558839f8823eced9b3013">compare
view</a></li>
</ul>
</details>
<br />
Updates `indexmap` from 2.7.0 to 2.7.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md">indexmap's
changelog</a>.</em></p>
<blockquote>
<h2>2.7.1 (2025-01-19)</h2>
<ul>
<li>Added <code>#[track_caller]</code> to functions that may panic.</li>
<li>Improved memory reservation for <code>insert_entry</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/42e57a395b939292c08d32a317bae7bec3b7b5d8"><code>42e57a3</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/369">#369</a>
from cuviper/release-2.7.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f61b581178260fe2afaf1c0fc0613be319827d19"><code>f61b581</code></a>
Release 2.7.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/cb520a7817b509d3a7cc51c8b60edcdbb029e595"><code>cb520a7</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/368">#368</a>
from cuviper/reserve_entries</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f0ec9243d93b1788e77902dfef7ef956dbf38b40"><code>f0ec924</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/367">#367</a>
from savannstm/better-panics</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/38ef6188a7ece05c2cf5d2e5a930cad0cfb252a3"><code>38ef618</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/364">#364</a>
from hkBst/patch-1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/1f1272171f108c23865d1943b9605b54a19de185"><code>1f12721</code></a>
Improve memory reservation for <code>insert_entry</code></li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/2f5575574ca31240ed539b7fdb9938207fe782cc"><code>2f55755</code></a>
Improve panic messages</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/7b64edc994ec11867479f974f190e302e3e66563"><code>7b64edc</code></a>
Add <code>#[track_caller]</code> attributes to functions that may
panic</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f63bb6e016f2f78516441bc42e586828211ed2dc"><code>f63bb6e</code></a>
remove fxhash dep</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/8eb4de59b03adf2e24284f6ca370d5071c493f9f"><code>8eb4de5</code></a>
Remove fxhash example from lib.rs</li>
<li>Additional commits viewable in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1">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 9d60273 commit 5e4648aCopy full SHA for 5e4648a
2 files changed
+16
-15
lines changed+12-11Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+4-4Lines changed: 4 additions & 4 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 |
| |
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
|
0 commit comments