Skip to content

Commit 2f4bcfe

Browse files
chore(deps): bump the all-cargo-dependencies group with 4 updates (#898)
Bumps the all-cargo-dependencies group with 4 updates: [libdeflater](https://github.com/adamkewley/libdeflater), [tokio](https://github.com/tokio-rs/tokio), [clap](https://github.com/clap-rs/clap) and [flecs_ecs](https://github.com/Indra-db/Flecs-Rust). Updates `libdeflater` from 1.23.1 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/adamkewley/libdeflater/blob/master/CHANGELOG.md">libdeflater's changelog</a>.</em></p> <blockquote> <h2>[1.24.0]</h2> <ul> <li>Updated libdeflate to v1.24 (<a href="https://redirect.github.com/adamkewley/libdeflater/issues/47">#47</a>, thanks <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamkewley/libdeflater/commit/d11fdf4184b5fed853ffc06e0a56aec63cb2715a"><code>d11fdf4</code></a> Credit <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a> for v1.24.0</li> <li><a href="https://github.com/adamkewley/libdeflater/commit/15f588d4211439fccc763fd83ca2629c40922cd5"><code>15f588d</code></a> Merge pull request <a href="https://redirect.github.com/adamkewley/libdeflater/issues/47">#47</a> from musicinmybrain/v1.24.0</li> <li><a href="https://github.com/adamkewley/libdeflater/commit/37175cb8ad8c6f7684fd09840582d33bdad68195"><code>37175cb</code></a> Update libdeflate to v1.24</li> <li>See full diff in <a href="https://github.com/adamkewley/libdeflater/compare/1.23.1...1.24.0">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.44.2 to 1.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.45.0</h2> <h3>Added</h3> <ul> <li>metrics: stabilize <code>worker_total_busy_duration</code>, <code>worker_park_count</code>, and <code>worker_unpark_count</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6899">#6899</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/7276">#7276</a>)</li> <li>process: add <code>Command::spawn_with</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7249">#7249</a>)</li> </ul> <h3>Changed</h3> <ul> <li>io: do not require <code>Unpin</code> for some trait impls (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7204">#7204</a>)</li> <li>rt: mark <code>runtime::Handle</code> as unwind safe (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7230">#7230</a>)</li> <li>time: revert internal sharding implementation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7226">#7226</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: remove alt multi-threaded runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7275">#7275</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6899">#6899</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6899">tokio-rs/tokio#6899</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7276">#7276</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7276">tokio-rs/tokio#7276</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7249">#7249</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7249">tokio-rs/tokio#7249</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7204">#7204</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7204">tokio-rs/tokio#7204</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7230">#7230</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7230">tokio-rs/tokio#7230</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7226">#7226</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7226">tokio-rs/tokio#7226</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7275">#7275</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7275">tokio-rs/tokio#7275</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/00754c8f9c8cd0c10fd54e5304cb9cb95a759d53"><code>00754c8</code></a> chore: prepare Tokio v1.45.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7308">#7308</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1ae9434e8e4a419ce25644e6c8d2b2e2e8c34750"><code>1ae9434</code></a> time: revert &quot;use sharding for timer implementation&quot; related changes (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7226">#7226</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8895bba448534a4eb159f18e57fd845c740e1d38"><code>8895bba</code></a> ci: Test AArch64 Windows (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7288">#7288</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/48ca254d92d4408accd7b1c1beab188288fadb00"><code>48ca254</code></a> time: update <code>sleep</code> documentation to reflect maximum allowed duration (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7302">#7302</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a0af02a396274b30ec1d0a27e18ac9ae6eaa2186"><code>a0af02a</code></a> compat: add more documentation to <code>tokio_util::compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7279">#7279</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0ce3a1188a56c4c133d5b789eb366c0752e9b22c"><code>0ce3a11</code></a> metrics: stabilize <code>worker_park_count</code> and <code>worker_unpark_count</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7276">#7276</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1ea9ce11d4317d767136d489041548408348be77"><code>1ea9ce1</code></a> ci: fix cfg!(miri) declarations in tests (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7286">#7286</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4d4d12613bb30f6b550421d6ce2c2c54eb5d341d"><code>4d4d126</code></a> chore: prepare tokio-util v0.7.15 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7283">#7283</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5490267a79a894c22cc014367e0fcd43f4ad2bb6"><code>5490267</code></a> fs: update the mockall dev dependency to 0.13.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7234">#7234</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1434b32b5a0df3b38a0d588485cd9a20a8e92a89"><code>1434b32</code></a> examples: improve echo example consistency (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7256">#7256</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...tokio-1.45.0">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.37 to 4.5.38 <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.38</h2> <h2>[4.5.38] - 2025-05-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> When showing aliases, include leading <code>--</code> or <code>-</code></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.38] - 2025-05-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> When showing aliases, include leading <code>--</code> or <code>-</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/2920fb082c987acb72ed1d1f47991c4d157e380d"><code>2920fb0</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8902627c2b7d9b54fee1588e5f426fe8bd132cd2"><code>8902627</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/79d696f925c6763b65ea53a75a50bf81ed359632"><code>79d696f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5813">#5813</a> from epage/ignore</li> <li><a href="https://github.com/clap-rs/clap/commit/479df35abd8f1ba6fbfb2a9f1be635c9defcb471"><code>479df35</code></a> fix(parser): Fill in defaults on ignored error</li> <li><a href="https://github.com/clap-rs/clap/commit/a1d69ca824f27cb7351a06ec689838e99d2c1be5"><code>a1d69ca</code></a> refactor(parser): Split up parsing from post-processing</li> <li><a href="https://github.com/clap-rs/clap/commit/682784193017f7b310a2f3e82cced923e8845547"><code>6827841</code></a> test(parser): Show bad ignore_errors defaulting case</li> <li><a href="https://github.com/clap-rs/clap/commit/76d0049330090f3b2bc46ad4014457bc889c4cc9"><code>76d0049</code></a> test(parser): Verify defaulting on errors</li> <li><a href="https://github.com/clap-rs/clap/commit/3f5c05ce3877b43489cfd4fba1e96a89a692169d"><code>3f5c05c</code></a> test(parser): Ensure we are actually testing ignore_errors</li> <li><a href="https://github.com/clap-rs/clap/commit/ba4745dd1112922d5aeea867f01f8b29028289a9"><code>ba4745d</code></a> chore(ci): Fix use of permissions</li> <li><a href="https://github.com/clap-rs/clap/commit/22944b4c3521562f78b6cf32cefc260cbed16798"><code>22944b4</code></a> chore(ci): Use matrix for tracking the runner</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.38">compare view</a></li> </ul> </details> <br /> Updates `flecs_ecs` from `2a785a2` to `4230338` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/42303387b3b03d791dc90139b2f57c787a37ce67"><code>4230338</code></a> cargo fmt after doc cleanup C++ API</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/9c074914211ebdca2cf2cc0bb9079fc55bf151fb"><code>9c07491</code></a> docs(flecs_ecs): remove alias, C++ API references, empty See also's after rem...</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/830cbf7dae172a8097c0e9753fb73441fd9b9386"><code>830cbf7</code></a> feat(SystemBuilder): disabling multi_threading + fix docs <a href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/246">#246</a></li> <li>See full diff in <a href="https://github.com/Indra-db/Flecs-Rust/compare/2a785a2b580026cef0ed40b574c77a3707f140e5...42303387b3b03d791dc90139b2f57c787a37ce67">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 e19a810 commit 2f4bcfe

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ hyperion-proxy = { path = "crates/hyperion-proxy" }
8181
itertools = "0.14.0"
8282
kanal = '0.1.1'
8383
libc = '0.2.172'
84-
libdeflater = '1.23.1'
84+
libdeflater = '1.24.0'
8585
memmap2 = '0.9.5'
8686
mio = { version = '1.0.3', features = ['os-poll', 'net'] }
8787
more-asserts = '0.3.1'
@@ -110,7 +110,7 @@ tar = '0.4.41'
110110
thiserror = '2.0.12'
111111
tikv-jemallocator = '0.6.0'
112112
time = '0.3.41'
113-
tokio = '1.44.2'
113+
tokio = '1.45.0'
114114
toml = '0.8.14'
115115
tracing-appender = '0.2.3'
116116
uuid = '1.16.0'
@@ -130,7 +130,7 @@ version = '1.23.0'
130130

131131
[workspace.dependencies.clap]
132132
features = ['derive']
133-
version = '4.5.37'
133+
version = '4.5.38'
134134

135135
[workspace.dependencies.derive_more]
136136
features = ['display', 'from', 'deref', 'deref_mut', 'debug', 'constructor']

0 commit comments

Comments
 (0)