Skip to content

Commit da570fd

Browse files
chore(deps): bump the rust-dependencies group across 1 directory with 6 updates (#5334)
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.0` | `2.11.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.1` | `2.14.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.37` | `0.23.38` | | [thin-vec](https://github.com/mozilla/thin-vec) | `0.2.14` | `0.2.16` | | [rayon](https://github.com/rayon-rs/rayon) | `1.11.0` | `1.12.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.0` | `1.51.1` | Updates `bitflags` from 2.11.0 to 2.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p> <blockquote> <h2>2.11.1</h2> <h2>What's Changed</h2> <ul> <li>Bless compile-fail tests for current beta by <a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/478">bitflags/bitflags#478</a></li> <li>example_generated.rs: add missing third slash for doc comment by <a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/477">bitflags/bitflags#477</a></li> <li>Clarify self and other in method docs by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/481">bitflags/bitflags#481</a></li> <li>Prepare for 2.11.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/482">bitflags/bitflags#482</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/478">bitflags/bitflags#478</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1">https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p> <blockquote> <h1>2.11.1</h1> <h2>What's Changed</h2> <ul> <li>Bless compile-fail tests for current beta by <a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/478">bitflags/bitflags#478</a></li> <li>example_generated.rs: add missing third slash for doc comment by <a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/477">bitflags/bitflags#477</a></li> <li>Clarify self and other in method docs by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/481">bitflags/bitflags#481</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DanielEScherzer"><code>@​DanielEScherzer</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/478">bitflags/bitflags#478</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1">https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/4ed9ffa949970239cd2d87c775e9fdcf9c438fb5"><code>4ed9ffa</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/482">#482</a> from KodrAus/cargo/2.11.1</li> <li><a href="https://github.com/bitflags/bitflags/commit/c53cd57ace14f16cc8cf8384948131f7b8702509"><code>c53cd57</code></a> prepare for 2.11.1 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/a44410aa8495ff70aba99c7840200543ac17d5de"><code>a44410a</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/481">#481</a> from KodrAus/docs/clarifications</li> <li><a href="https://github.com/bitflags/bitflags/commit/3d671b9b0e52cb078c00127300fdffbee8d7915d"><code>3d671b9</code></a> update more compile error messages</li> <li><a href="https://github.com/bitflags/bitflags/commit/5f3adade4349a459e496736106a6e7d2115ac294"><code>5f3adad</code></a> fix up compile error messages</li> <li><a href="https://github.com/bitflags/bitflags/commit/780765d17cb8d4b5b921e0ee2ac774f8e7b3471f"><code>780765d</code></a> fix up contains and intersection docs</li> <li><a href="https://github.com/bitflags/bitflags/commit/97b7607c227a3c55cc50398a71e0c2de3e0b8fc3"><code>97b7607</code></a> clarify self and other in method docs</li> <li><a href="https://github.com/bitflags/bitflags/commit/88a7a18a2ec3e673ff3217da83d56cdadd9a99a4"><code>88a7a18</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/477">#477</a> from DanielEScherzer/patch-1</li> <li><a href="https://github.com/bitflags/bitflags/commit/f0e46461a8f9b569bd1f780a7766da26a60560dd"><code>f0e4646</code></a> example_generated.rs: add missing third slash for doc comment</li> <li><a href="https://github.com/bitflags/bitflags/commit/a31c96f5cb0f8cc7eeba7de989eb4cefe349a1b1"><code>a31c96f</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/478">#478</a> from DanielEScherzer/beta-bless</li> <li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1">compare view</a></li> </ul> </details> <br /> Updates `indexmap` from 2.13.1 to 2.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.14.0 (2026-04-09)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.85.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.17.</li> <li>Made more <code>map::Slice</code> methods <code>const</code>: <code>new_mut</code>, <code>first_mut</code>, <code>last_mut</code>, <code>split_at_mut</code>, <code>split_at_mut_checked</code>, <code>split_first_mut</code>, <code>split_last_mut</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/bcd165baeb12bdf6e57a31d9869e9839e25679c6"><code>bcd165b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/439">#439</a> from cuviper/release-2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4ef06a729e0af095d2f39ec4bda5e0882054726e"><code>4ef06a7</code></a> Release 2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/d21826ca9351e968e7c5cff4f818e7a5e3cc481b"><code>d21826c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/438">#438</a> from cuviper/hashbrown-0.17</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2566bec20dfbca0fa037939e67df4938c0f60f01"><code>2566bec</code></a> Upgrade to <code>hashbrown v0.17</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4b62776c3f7dec98a5b89f907c3add5c603343b0"><code>4b62776</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/437">#437</a> from cuviper/disjoint-panic</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/478fba2eb0594f0fdc70b6b93e90fae820bdf82e"><code>478fba2</code></a> Normalize the panic doc of <code>get_disjoint_mut</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/fb6dafda4ee443864c88b61a4dfc8982012d3d39"><code>fb6dafd</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/436">#436</a> from cuviper/const-slice-mut</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5c237a2ab7db4017b057f6b52e28c78dd427cd94"><code>5c237a2</code></a> Make <code>Slice::{first,last,split_*}_mut</code> methods <code>const</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/48ff9ce2e3a2a464e4f599691df62dff178d655b"><code>48ff9ce</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/435">#435</a> from cuviper/edition-2024</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/648be98a3112278e1aea7c5b7d3c3a4f77e1eddb"><code>648be98</code></a> <code>cargo fmt</code> with edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.13.1...2.14.0">compare view</a></li> </ul> </details> <br /> Updates `rustls` from 0.23.37 to 0.23.38 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/6b116bc5e8556fd65286a1b4220f57dd9fbb5e54"><code>6b116bc</code></a> Bump version of rustls</li> <li><a href="https://github.com/rustls/rustls/commit/a1da268c892e27bf937795490efec7467efae865"><code>a1da268</code></a> client: allow skipping selected ALPN validation</li> <li><a href="https://github.com/rustls/rustls/commit/5b3ef11c60e801f77f57035147d7bf041ac319be"><code>5b3ef11</code></a> Fix ambiguous panic! warning</li> <li><a href="https://github.com/rustls/rustls/commit/0f0fbf5a59f6c4ae0cb5cda9f06a0029067d6a11"><code>0f0fbf5</code></a> Fix <code>clippy::result_large_err</code></li> <li><a href="https://github.com/rustls/rustls/commit/7e99b52071b967f4cffcbf619f1c7e95dcb9ff37"><code>7e99b52</code></a> Update semver-compatible dependencies</li> <li>See full diff in <a href="https://github.com/rustls/rustls/compare/v/0.23.37...v/0.23.38">compare view</a></li> </ul> </details> <br /> Updates `thin-vec` from 0.2.14 to 0.2.16 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/thin-vec/blob/main/RELEASES.md">thin-vec's changelog</a>.</em></p> <blockquote> <h1>Version 0.2.16 (2026-04-14)</h1> <ul> <li>Fix reserve() on auto arrays in gecko-ffi mode.</li> <li>Fix two double-drop issues with ThinVec::clear() and ThinVec::into_iter() when the Drop implementation of the item panics.</li> </ul> <h1>Version 0.2.15 (2026-04-08)</h1> <ul> <li>Support AutoTArrays created from Rust in Gecko FFI mode.</li> <li>Add extract_if.</li> <li>Add const new() support behind feature flag.</li> <li>Fix <code>thin_vec</code> macro not being hygienic when recursing</li> <li>Improve extend() performance.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/thin-vec/commit/3c96f1e335e695e6f6d43a3d383a9ea9f1f9d586"><code>3c96f1e</code></a> chore: Bump version to v0.2.16</li> <li><a href="https://github.com/mozilla/thin-vec/commit/df64748355222525c344ecd9d2c9f59a662e1678"><code>df64748</code></a> Fix two panic=unwind issues.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/4e3a217b7fb27e1e8dc08a7307b831f9928e21a5"><code>4e3a217</code></a> ci: Ignore msrv job for now since it just hangs trying to pull deps.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/63c2f5fcf2a5d84f23ed45bbbd053fe1bd2cc96f"><code>63c2f5f</code></a> gecko-ffi: Fix auto-t-array push.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/679781320925000f5dfe34fdea9c440ade34561a"><code>6797813</code></a> tests: Appease clippy.</li> <li><a href="https://github.com/mozilla/thin-vec/commit/af81b17ad58c806af61c2a85e1cc53242a10d2e0"><code>af81b17</code></a> ci: Don't use actions-rs/{cargo,clippy-check} as it's not allowed in mozilla/...</li> <li><a href="https://github.com/mozilla/thin-vec/commit/360f9ef0c91a1068c0acbd5a0fd206911dec5ef3"><code>360f9ef</code></a> Update repository URL and various cleanups</li> <li><a href="https://github.com/mozilla/thin-vec/commit/70bcca0960a7e11056fa3281445d08052421dab5"><code>70bcca0</code></a> chore: Bump version to v0.2.15</li> <li><a href="https://github.com/mozilla/thin-vec/commit/322423b7a6951346e76fcdaa20ee01a91033e180"><code>322423b</code></a> Fix miri error on extract_if().</li> <li><a href="https://github.com/mozilla/thin-vec/commit/eca5334c291cc65885bf524f61e5fe4a679a4152"><code>eca5334</code></a> Don't make push_unchecked public.</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/thin-vec/compare/v0.2.14...v0.2.16">compare view</a></li> </ul> </details> <br /> Updates `rayon` from 1.11.0 to 1.12.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/main/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.12.0 (2026-04-13)</h1> <ul> <li>Fixed a bug in parallel <code>Range&lt;char&gt;</code> when the end is 0xE000, just past the surrogate boundary, which was unsafely producing invalid <code>char</code> values.</li> <li>The new method <code>ParallelSlice::par_array_windows</code> works like <code>par_windows</code> but with a constant length, producing <code>&amp;[T; N]</code> items.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rayon-rs/rayon/commit/7449d7dfede9bd1e2bde0c898b20f46db70a1ac2"><code>7449d7d</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1093">#1093</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/b3d9e3f47364716f23e1bfd925b3ec710ef9710a"><code>b3d9e3f</code></a> Release rayon 1.8.0 and rayon-core 1.12.0</li> <li><a href="https://github.com/rayon-rs/rayon/commit/3fe51e5cbd91b1d6ca04fb30ad80cabd8e6adefb"><code>3fe51e5</code></a> Fix clippy::let_and_return</li> <li><a href="https://github.com/rayon-rs/rayon/commit/082f2152d26de7e6adfcdd60a052967daa523d4a"><code>082f215</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1087">#1087</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/ea0c06df26029bee6adf9650660f71748c569c0e"><code>ea0c06d</code></a> core: registry: Factor out &quot;wait till out of work&quot; part of the main loop.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/75524e295767ad6543411b8d577a302c407d5fa8"><code>75524e2</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1063">#1063</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/01d28003764758b6589e29cff40f8ca8d0d51797"><code>01d2800</code></a> Ignore the multi-threaded test on emscripten/wasm</li> <li><a href="https://github.com/rayon-rs/rayon/commit/40b59c0e443fc803c6b88b26fdf7a5194a19ca81"><code>40b59c0</code></a> core: Make use_current_thread error rather than panic when already in the pool.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/f4db4d711e6382b13b4a7da88c0087e71a6252e5"><code>f4db4d7</code></a> core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/87274ad093b354384b50e73121366b07662bad1d"><code>87274ad</code></a> core: registry: Add some more documentation for ThreadPoolBuilder::use_curren...</li> <li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.11.0...rayon-core-v1.12.0">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.51.0 to 1.51.1 <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.51.1</h2> <h1>1.51.1 (April 8th, 2026)</h1> <h3>Fixed</h3> <ul> <li>sync: fix semaphore reopens after forget (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8021">#8021</a>)</li> <li>net: surface errors from <code>SO_ERROR</code> on <code>recv</code> for UDP sockets on Linux (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8001">#8001</a>)</li> </ul> <h3>Fixed (unstable)</h3> <ul> <li>metrics: fix <code>worker_local_schedule_count</code> test (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8008">#8008</a>)</li> <li>rt: do not leak fd when cancelling io_uring open operation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7983">#7983</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7983">#7983</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7983">tokio-rs/tokio#7983</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8001">#8001</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8001">tokio-rs/tokio#8001</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8008">#8008</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8008">tokio-rs/tokio#8008</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8021">#8021</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8021">tokio-rs/tokio#8021</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/98df02d7a4a638b3bc76a01f41966dc83c275103"><code>98df02d</code></a> chore: prepare Tokio v1.51.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8023">#8023</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3ea11e2a5fb4139ca21b441044d98994a2b126c5"><code>3ea11e2</code></a> sync: fix semaphore reopens after forget (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8021">#8021</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c79121391db8f8d36d4213feeb25381caee110c7"><code>c791213</code></a> rt: do not leak fd when cancelling io_uring open operation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7983">#7983</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ad8c59add6a1988d8c327fb3358beeeae3bbb5cd"><code>ad8c59a</code></a> net: surface errors from <code>SO_ERROR</code> on <code>recv</code> for UDP sockets on Linux (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8001">#8001</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/654d38b13228a13498e793d8bb4f6ba50fd1016a"><code>654d38b</code></a> metrics: fix <code>worker_local_schedule_count</code> test (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8008">#8008</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/857ba8093327c5ddf9e00dc6055c6f315035f854"><code>857ba80</code></a> docs: improve contributing docs on how to specify crates dependency versions ...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/95b9342da7009d068fea6c5d532e04934d46980c"><code>95b9342</code></a> chore: remove path deps for tokio-macros 2.7.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8007">#8007</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.51.0...tokio-1.51.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 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 bb6a236 commit da570fd

2 files changed

Lines changed: 33 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ small_btree = { version = "~0.1.0", path = "utils/small_btree" }
5353
# Shared deps
5454
arbitrary = "1"
5555
base64 = "0.22.1"
56-
bitflags = "2.11.0"
56+
bitflags = "2.11.1"
5757
clap = "4.5.59"
5858
colored = "3.1.1"
5959
cow-utils = "0.1.3"
6060
fast-float2 = "0.2.3"
6161
hashbrown = "0.17.0"
6262
http = { version = "1.4.0" }
6363
iana-time-zone = "0.1.65"
64-
indexmap = { version = "2.13.1", default-features = false }
64+
indexmap = { version = "2.14.0", default-features = false }
6565
indoc = "2.0.7"
6666
itoa = "1.0.18"
6767
jemallocator = "0.5.4"
@@ -76,13 +76,13 @@ pollster = "0.4.0"
7676
regex = "1.12.3"
7777
regress = { version = "0.11.1", features = ["utf16"] }
7878
reqwest = { version = "0.13.2", default-features = false, features = ["rustls-no-provider"] }
79-
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
79+
rustls = { version = "0.23.38", default-features = false, features = ["ring"] }
8080
rustc-hash = { version = "2.1.2", default-features = false }
8181
serde_json = "1.0.149"
8282
serde = "1.0.219"
8383
static_assertions = "1.1.0"
8484
textwrap = "0.16.2"
85-
thin-vec = "0.2.14"
85+
thin-vec = "0.2.16"
8686
time = { version = "0.3.47", default-features = false, features = [
8787
"local-offset",
8888
"large-dates",
@@ -94,7 +94,7 @@ log = "0.4.29"
9494
simple_logger = "5.1.0"
9595
cargo_metadata = "0.23.1"
9696
trybuild = "1.0.116"
97-
rayon = "1.10.0"
97+
rayon = "1.12.0"
9898
toml = "1.1.2"
9999
color-eyre = "0.6.3"
100100
comfy-table = "7.2.2"
@@ -137,7 +137,7 @@ futures-lite = "2.6.1"
137137
test-case = "3.3.1"
138138
rstest = "0.26.1"
139139
url = "2.5.8"
140-
tokio = { version = "1.51.0", default-features = false }
140+
tokio = { version = "1.51.1", default-features = false }
141141
futures-concurrency = "7.7.1"
142142
dynify = "0.1.2"
143143
futures-channel = "0.3.32"

0 commit comments

Comments
 (0)