Skip to content

Commit e19a810

Browse files
chore(deps): bump the all-cargo-dependencies group across 1 directory with 12 updates (#897)
Bumps the all-cargo-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [enumset](https://github.com/Lymia/enumset) | `1.1.5` | `1.1.6` | | [glam](https://github.com/bitshifter/glam-rs) | `0.30.2` | `0.30.3` | | [libc](https://github.com/rust-lang/libc) | `0.2.171` | `0.2.172` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.101` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.22.0` | `1.23.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [divan](https://github.com/nvzqz/divan) | ``52f9d49`` | ``bca5c96`` | | [flecs_ecs](https://github.com/Indra-db/Flecs-Rust) | ``f2762ad`` | ``2a785a2`` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` | Updates `enumset` from 1.1.5 to 1.1.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lymia/enumset/blob/main/RELEASES.md">enumset's changelog</a>.</em></p> <blockquote> <h1>Version 1.1.6 (2025-05-05)</h1> <ul> <li><code>EnumSet::as_repr</code> is now const. (Thanks <a href="https://github.com/jasonwhite"><code>@​jasonwhite</code></a>)</li> <li>Added support for the <code>defmt</code> crate via a new feature. (Thanks <a href="https://github.com/katyo"><code>@​katyo</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lymia/enumset/commit/373b44a6281ad7f4483074255cf84cb21f7fe56c"><code>373b44a</code></a> Merge branch 'main' of github.com:Lymia/enumset</li> <li><a href="https://github.com/Lymia/enumset/commit/cc0bd0947163b669b0fde319d3fba75661d58c15"><code>cc0bd09</code></a> Bump version to 1.1.6</li> <li><a href="https://github.com/Lymia/enumset/commit/828b4d90c5bf8a283756b39657fabfdadd7b8ff6"><code>828b4d9</code></a> Merge pull request <a href="https://redirect.github.com/Lymia/enumset/issues/56">#56</a> from katyo/defmt-support</li> <li><a href="https://github.com/Lymia/enumset/commit/fa7b0c17f20b8d8acbb47aa1a38cf07a47ed806f"><code>fa7b0c1</code></a> Update RELEASES.md</li> <li><a href="https://github.com/Lymia/enumset/commit/549db9d7d43923f61c112a8e9c8d5795bd02cc1e"><code>549db9d</code></a> Fix clippy warnings.</li> <li><a href="https://github.com/Lymia/enumset/commit/51b7ebafa55d90762c00a44c290fb188907f5166"><code>51b7eba</code></a> Properly set up defmt in the test program.</li> <li><a href="https://github.com/Lymia/enumset/commit/4564dbacc32c26f447e2071d01fa010b9824ea88"><code>4564dba</code></a> Add defmt to the no_std test.</li> <li><a href="https://github.com/Lymia/enumset/commit/51bbcf7513f8ca67a7f5666493775aca11c24fbb"><code>51bbcf7</code></a> Merge branch 'main' into defmt-support</li> <li><a href="https://github.com/Lymia/enumset/commit/fa94de186101fb7a352f68a1a42866afb4383c0e"><code>fa94de1</code></a> Fix properly for the removal of #[start]</li> <li><a href="https://github.com/Lymia/enumset/commit/d61a8c4b2bdd2770265ec8cc607cc5e4de297efc"><code>d61a8c4</code></a> Fix tests for no_std properly.</li> <li>Additional commits viewable in <a href="https://github.com/Lymia/enumset/compare/v1.1.5...v1.1.6">compare view</a></li> </ul> </details> <br /> Updates `glam` from 0.30.2 to 0.30.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md">glam's changelog</a>.</em></p> <blockquote> <h2>[0.30.3] - 2025-05-01</h2> <h3>Added</h3> <ul> <li> <p>Added <code>speedy</code> feature, implementing serialization and deserialization via the <code>speedy</code> crate.</p> </li> <li> <p>Added <code>fract_gl</code> to the 'FloatExt' trait which uses the GLSL specification of <code>fract</code>, <code>self - self.floor()</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitshifter/glam-rs/commit/75d8d434afc56f1a9bbd1d2498f27404eaca63cd"><code>75d8d43</code></a> Forgot to actually bump the crate version.</li> <li><a href="https://github.com/bitshifter/glam-rs/commit/d350be041d4f032f54009dba94fd2baf13c05191"><code>d350be0</code></a> Prepare for 0.30.3. (<a href="https://redirect.github.com/bitshifter/glam-rs/issues/633">#633</a>)</li> <li><a href="https://github.com/bitshifter/glam-rs/commit/a385a29c58ea9c391deb0eb70e9da603738f95f3"><code>a385a29</code></a> Add tests for FloatExt::fract_gl.</li> <li><a href="https://github.com/bitshifter/glam-rs/commit/ba9ab2ddf357d2840c9a4f2c4106b12ba881d389"><code>ba9ab2d</code></a> feat: add fract_gl for f32 and f64 types to match VecN (<a href="https://redirect.github.com/bitshifter/glam-rs/issues/632">#632</a>)</li> <li><a href="https://github.com/bitshifter/glam-rs/commit/dd0aca8538ba3f7ece216028c27a3c0ab352c495"><code>dd0aca8</code></a> Implement ser/de via speedy crate under feature gate (<a href="https://redirect.github.com/bitshifter/glam-rs/issues/630">#630</a>)</li> <li>See full diff in <a href="https://github.com/bitshifter/glam-rs/compare/0.30.2...0.30.3">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.171 to 0.2.172 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.172</h2> <h3>Added</h3> <ul> <li>Android: Add <code>getauxval</code> for 32-bit targets (<a href="https://redirect.github.com/rust-lang/libc/pull/4338">#4338</a>)</li> <li>Android: Add <code>if_tun.h</code> ioctls (<a href="https://redirect.github.com/rust-lang/libc/pull/4379">#4379</a>)</li> <li>Android: Define <code>SO_BINDTOIFINDEX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4391">#4391</a>)</li> <li>Cygwin: Add <code>posix_spawn_file_actions_add[f]chdir[_np]</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4387">#4387</a>)</li> <li>Cygwin: Add new socket options (<a href="https://redirect.github.com/rust-lang/libc/pull/4350">#4350</a>)</li> <li>Cygwin: Add statfs &amp; fcntl (<a href="https://redirect.github.com/rust-lang/libc/pull/4321">#4321</a>)</li> <li>FreeBSD: Add <code>filedesc</code> and <code>fdescenttbl</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4327">#4327</a>)</li> <li>Glibc: Add unstable support for _FILE_OFFSET_BITS=64 (<a href="https://redirect.github.com/rust-lang/libc/pull/4345">#4345</a>)</li> <li>Hermit: Add <code>AF_UNSPEC</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Hermit: Add <code>AF_VSOCK</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Illumos, NetBSD: Add <code>timerfd</code> APIs (<a href="https://redirect.github.com/rust-lang/libc/pull/4333">#4333</a>)</li> <li>Linux: Add <code>_IO</code>, <code>_IOW</code>, <code>_IOR</code>, <code>_IOWR</code> to the exported API (<a href="https://redirect.github.com/rust-lang/libc/pull/4325">#4325</a>)</li> <li>Linux: Add <code>tcp_info</code> to uClibc bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/4347">#4347</a>)</li> <li>Linux: Add further BPF program flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4356">#4356</a>)</li> <li>Linux: Add missing INPUT_PROP_XXX flags from <code>input-event-codes.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4326">#4326</a>)</li> <li>Linux: Add missing TLS bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/4296">#4296</a>)</li> <li>Linux: Add more constants from <code>seccomp.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4330">#4330</a>)</li> <li>Linux: Add more glibc <code>ptrace_sud_config</code> and related <code>PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG</code>. (<a href="https://redirect.github.com/rust-lang/libc/pull/4386">#4386</a>)</li> <li>Linux: Add new netlink flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4288">#4288</a>)</li> <li>Linux: Define ioctl codes on more architectures (<a href="https://redirect.github.com/rust-lang/libc/pull/4382">#4382</a>)</li> <li>Linux: Add missing <code>pthread_attr_setstack</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4349">#4349</a>)</li> <li>Musl: Add missing <code>utmpx</code> API (<a href="https://redirect.github.com/rust-lang/libc/pull/4332">#4332</a>)</li> <li>Musl: Enable <code>getrandom</code> on all platforms (<a href="https://redirect.github.com/rust-lang/libc/pull/4346">#4346</a>)</li> <li>NuttX: Add more signal constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4353">#4353</a>)</li> <li>QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs (<a href="https://redirect.github.com/rust-lang/libc/pull/4169">#4169</a>)</li> <li>QNX: Add support for alternative Neutrino network stack <code>io-sock</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4169">#4169</a>)</li> <li>Redox: Add more <code>sys/socket.h</code> and <code>sys/uio.h</code> definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4388">#4388</a>)</li> <li>Solaris: Temporarily define <code>O_DIRECT</code> and <code>SIGINFO</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4348">#4348</a>)</li> <li>Solarish: Add <code>secure_getenv</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4342">#4342</a>)</li> <li>VxWorks: Add missing <code>d_type</code> member to <code>dirent</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4352">#4352</a>)</li> <li>VxWorks: Add missing signal-related constsants (<a href="https://redirect.github.com/rust-lang/libc/pull/4352">#4352</a>)</li> <li>VxWorks: Add more error codes (<a href="https://redirect.github.com/rust-lang/libc/pull/4337">#4337</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>FreeBSD: Deprecate <code>TCP_PCAP_OUT</code> and <code>TCP_PCAP_IN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4381">#4381</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cygwin: Fix member types of <code>statfs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4324">#4324</a>)</li> <li>Cygwin: Fix tests (<a href="https://redirect.github.com/rust-lang/libc/pull/4357">#4357</a>)</li> <li>Hermit: Make <code>AF_INET = 3</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Musl: Fix the syscall table on RISC-V-32 (<a href="https://redirect.github.com/rust-lang/libc/pull/4335">#4335</a>)</li> <li>Musl: Fix the value of <code>SA_ONSTACK</code> on RISC-V-32 (<a href="https://redirect.github.com/rust-lang/libc/pull/4335">#4335</a>)</li> <li>VxWorks: Fix a typo in the <code>waitpid</code> parameter name (<a href="https://redirect.github.com/rust-lang/libc/pull/4334">#4334</a>)</li> </ul> <h3>Removed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.172/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.171...0.2.172">0.2.172</a> - 2025-04-14</h2> <h3>Added</h3> <ul> <li>Android: Add <code>getauxval</code> for 32-bit targets (<a href="https://redirect.github.com/rust-lang/libc/pull/4338">#4338</a>)</li> <li>Android: Add <code>if_tun.h</code> ioctls (<a href="https://redirect.github.com/rust-lang/libc/pull/4379">#4379</a>)</li> <li>Android: Define <code>SO_BINDTOIFINDEX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4391">#4391</a>)</li> <li>Cygwin: Add <code>posix_spawn_file_actions_add[f]chdir[_np]</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4387">#4387</a>)</li> <li>Cygwin: Add new socket options (<a href="https://redirect.github.com/rust-lang/libc/pull/4350">#4350</a>)</li> <li>Cygwin: Add statfs &amp; fcntl (<a href="https://redirect.github.com/rust-lang/libc/pull/4321">#4321</a>)</li> <li>FreeBSD: Add <code>filedesc</code> and <code>fdescenttbl</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4327">#4327</a>)</li> <li>Glibc: Add unstable support for _FILE_OFFSET_BITS=64 (<a href="https://redirect.github.com/rust-lang/libc/pull/4345">#4345</a>)</li> <li>Hermit: Add <code>AF_UNSPEC</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Hermit: Add <code>AF_VSOCK</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Illumos, NetBSD: Add <code>timerfd</code> APIs (<a href="https://redirect.github.com/rust-lang/libc/pull/4333">#4333</a>)</li> <li>Linux: Add <code>_IO</code>, <code>_IOW</code>, <code>_IOR</code>, <code>_IOWR</code> to the exported API (<a href="https://redirect.github.com/rust-lang/libc/pull/4325">#4325</a>)</li> <li>Linux: Add <code>tcp_info</code> to uClibc bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/4347">#4347</a>)</li> <li>Linux: Add further BPF program flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4356">#4356</a>)</li> <li>Linux: Add missing INPUT_PROP_XXX flags from <code>input-event-codes.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4326">#4326</a>)</li> <li>Linux: Add missing TLS bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/4296">#4296</a>)</li> <li>Linux: Add more constants from <code>seccomp.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4330">#4330</a>)</li> <li>Linux: Add more glibc <code>ptrace_sud_config</code> and related <code>PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG</code>. (<a href="https://redirect.github.com/rust-lang/libc/pull/4386">#4386</a>)</li> <li>Linux: Add new netlink flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4288">#4288</a>)</li> <li>Linux: Define ioctl codes on more architectures (<a href="https://redirect.github.com/rust-lang/libc/pull/4382">#4382</a>)</li> <li>Linux: Add missing <code>pthread_attr_setstack</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4349">#4349</a>)</li> <li>Musl: Add missing <code>utmpx</code> API (<a href="https://redirect.github.com/rust-lang/libc/pull/4332">#4332</a>)</li> <li>Musl: Enable <code>getrandom</code> on all platforms (<a href="https://redirect.github.com/rust-lang/libc/pull/4346">#4346</a>)</li> <li>NuttX: Add more signal constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4353">#4353</a>)</li> <li>QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs (<a href="https://redirect.github.com/rust-lang/libc/pull/4169">#4169</a>)</li> <li>QNX: Add support for alternative Neutrino network stack <code>io-sock</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4169">#4169</a>)</li> <li>Redox: Add more <code>sys/socket.h</code> and <code>sys/uio.h</code> definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4388">#4388</a>)</li> <li>Solaris: Temporarily define <code>O_DIRECT</code> and <code>SIGINFO</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4348">#4348</a>)</li> <li>Solarish: Add <code>secure_getenv</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4342">#4342</a>)</li> <li>VxWorks: Add missing <code>d_type</code> member to <code>dirent</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4352">#4352</a>)</li> <li>VxWorks: Add missing signal-related constsants (<a href="https://redirect.github.com/rust-lang/libc/pull/4352">#4352</a>)</li> <li>VxWorks: Add more error codes (<a href="https://redirect.github.com/rust-lang/libc/pull/4337">#4337</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>FreeBSD: Deprecate <code>TCP_PCAP_OUT</code> and <code>TCP_PCAP_IN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4381">#4381</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cygwin: Fix member types of <code>statfs</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4324">#4324</a>)</li> <li>Cygwin: Fix tests (<a href="https://redirect.github.com/rust-lang/libc/pull/4357">#4357</a>)</li> <li>Hermit: Make <code>AF_INET = 3</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4344">#4344</a>)</li> <li>Musl: Fix the syscall table on RISC-V-32 (<a href="https://redirect.github.com/rust-lang/libc/pull/4335">#4335</a>)</li> <li>Musl: Fix the value of <code>SA_ONSTACK</code> on RISC-V-32 (<a href="https://redirect.github.com/rust-lang/libc/pull/4335">#4335</a>)</li> <li>VxWorks: Fix a typo in the <code>waitpid</code> parameter name (<a href="https://redirect.github.com/rust-lang/libc/pull/4334">#4334</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/a5eab581f9c9c03f29e3edd4a4d4f850d748f2e9"><code>a5eab58</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4410">#4410</a> from tgross35/release-libc</li> <li><a href="https://github.com/rust-lang/libc/commit/481eca7cc3382b3a8e367a16f1e20440810d70fd"><code>481eca7</code></a> chore: release libc 0.2.172</li> <li><a href="https://github.com/rust-lang/libc/commit/ce2edbbaa9bbc3273e356694b6dd2c39fc7b788b"><code>ce2edbb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4399">#4399</a> from tgross35/backport-triagebot-branch-warn</li> <li><a href="https://github.com/rust-lang/libc/commit/31b32009070ffbdfdea2752d10bc51c2a580991c"><code>31b3200</code></a> Suggest stable-nominated in the PR template</li> <li><a href="https://github.com/rust-lang/libc/commit/3bffe1d58a9e86521cee10b697270403e2429f76"><code>3bffe1d</code></a> Make triagebot warn on non-default branches</li> <li><a href="https://github.com/rust-lang/libc/commit/03e6ffc8c4679f5f70d53971002e2e4814da9dc3"><code>03e6ffc</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4396">#4396</a> from tgross35/backport-serrano</li> <li><a href="https://github.com/rust-lang/libc/commit/f9a47ac8113e45fc9c6871911bc1e0b7de858972"><code>f9a47ac</code></a> Define SO_BINDTOIFINDEX on Android</li> <li><a href="https://github.com/rust-lang/libc/commit/a358dae479b3b886caa1410d4f80fa546db31660"><code>a358dae</code></a> Add missing utmpx apis for linux musl</li> <li><a href="https://github.com/rust-lang/libc/commit/1ff2f2181ae33067ee8e25bee4cbcab535c34160"><code>1ff2f21</code></a> adding linux glibc ptrace_sud_config and related PTRACE_*ET_SYSCALL_USER_DISP...</li> <li><a href="https://github.com/rust-lang/libc/commit/55c58c956d72819faea79fd49ff8dbb779c8a577"><code>55c58c9</code></a> Add more redox sys/socket.h and sys/uio.h definitions</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.171...0.2.172">compare view</a></li> </ul> </details> <br /> Updates `proc-macro2` from 1.0.94 to 1.0.95 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.95</h2> <ul> <li>Update semver-exempt API under <code>RUSTFLAGS=--cfg=procmacro2_semver_exempt</code> to that of nightly-2025-04-16 (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/497">#497</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/24bbf16d9df01d5f7d9ac39bdfbaea85f4c194fb"><code>24bbf16</code></a> Release 1.0.95</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/835c5bd540373ceed913bfb4d68a7f56279f0a2a"><code>835c5bd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/497">#497</a> from dtolnay/nosourcefile</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/7bc363c50931c5d3e6de1f785b9b6bc0b53c8866"><code>7bc363c</code></a> Update semver-exempt API to nightly-2025-04-16</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/b867aa73a8b3c3b4015e2573c66899bf13a1d512"><code>b867aa7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/496">#496</a> from PaulGrandperrin/master</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c605e8e2d913dd7512a62e4622cfb05bbe52e2db"><code>c605e8e</code></a> Revert &quot;Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/495">#495</a> from dtolnay/fuzzlld&quot;</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/1993cd32113f06046e610146effb6671bf5a0edc"><code>1993cd3</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/495">#495</a> from dtolnay/fuzzlld</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cfdb5677eeee37ab8f76dd01f49ceea281fbff0c"><code>cfdb567</code></a> Link to honggfuzz-rs issue</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/b09a5b0e452c34824a389ecc6b94b080b413c220"><code>b09a5b0</code></a> Work around cargo-hfuzz nostart-stop-gc gold link failure</li> <li>See full diff in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95">compare view</a></li> </ul> </details> <br /> Updates `rand` from 0.9.0 to 0.9.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p> <blockquote> <h2>[0.9.1] - 2025-04-17</h2> <h3>Security and unsafe</h3> <ul> <li>Revise &quot;not a crypto library&quot; policy again (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li>Remove <code>zerocopy</code> dependency from <code>rand</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1579">#1579</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix feature <code>simd_support</code> for recent nightly rust (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Allow <code>fn rand::seq::index::sample_weighted</code> and <code>fn IndexedRandom::choose_multiple_weighted</code> to return fewer than <code>amount</code> results (<a href="https://redirect.github.com/rust-random/rand/issues/1623">#1623</a>), reverting an undocumented change (<a href="https://redirect.github.com/rust-random/rand/issues/1382">#1382</a>) to the previous release.</li> </ul> <h3>Additions</h3> <ul> <li>Add <code>rand::distr::Alphabetic</code> distribution. (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li>Re-export <code>rand_core</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1604">#1604</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/ec6d5c06a5384c14563a2164bb4a038100a5bb78"><code>ec6d5c0</code></a> Prepare rand_core v0.9.1 (<a href="https://redirect.github.com/rust-random/rand/issues/1591">#1591</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/6a06056e8a892bfa181ec24a8ea16aa9f2fe97d3"><code>6a06056</code></a> rand_core: introduce an UnwrapMut wrapper (<a href="https://redirect.github.com/rust-random/rand/issues/1589">#1589</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/8929123b4d5abb7cae349c5f8213bf2fa8583821"><code>8929123</code></a> Add <code>Alphabetic</code> distribution (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/06b16426bd1431e164247c8bdf109cedb67213f7"><code>06b1642</code></a> Remove unnecessary underscore from `impl&lt;T, const N: usize&gt; Distribution&lt;[T; ...</li> <li><a href="https://github.com/rust-random/rand/commit/49d76cd7b4a318114cff22494997c73a56ffd95c"><code>49d76cd</code></a> rename extract to extract_lane (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/e0a70fd8be09196bcaf4a86e732bce501b42ef86"><code>e0a70fd</code></a> Change to use <code>array::from_fn</code> in <code>Distribution\&lt;[T; N]&gt; for StandardUniform</code> ...</li> <li><a href="https://github.com/rust-random/rand/commit/0bc3f652c4500406b343a517e058caedd1f095a9"><code>0bc3f65</code></a> Move rand distr (<a href="https://redirect.github.com/rust-random/rand/issues/1577">#1577</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/2677c49960e3a3fc2f1a8df90c1d7104089903f2"><code>2677c49</code></a> Revise &quot;not a crypto library&quot; policy and SECURITY.md (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/bfd1826c36c441236f218af478edd794bca7f23a"><code>bfd1826</code></a> SeedableRng docs: add note on (lack of) reproducibility (<a href="https://redirect.github.com/rust-random/rand/issues/1572">#1572</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/c01aee7a138ff77657782069771bb11f120318d7"><code>c01aee7</code></a> Fix some links (<a href="https://redirect.github.com/rust-random/rand/issues/1571">#1571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.9.0...rand_core-0.9.1">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.100 to 2.0.101 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.101</h2> <ul> <li>Improve TypeGenerics::as_turbofish to return longer-lived return value (<a href="https://redirect.github.com/dtolnay/syn/issues/1861">#1861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/58336a3fb49b63aae0ae2e708a69167543ff0e97"><code>58336a3</code></a> Release 2.0.101</li> <li><a href="https://github.com/dtolnay/syn/commit/f1612cc7ccb6b8fc34c4cd95fdb44f87dc93161a"><code>f1612cc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1861">#1861</a> from JakobDegen/turbofish</li> <li><a href="https://github.com/dtolnay/syn/commit/d04eea1637099b2b707b83b47dcc83ae8df50b5b"><code>d04eea1</code></a> Fix lifetime on <code>as_turbofish</code></li> <li><a href="https://github.com/dtolnay/syn/commit/432b303bd47c887499f7989e5086faacea83808a"><code>432b303</code></a> Resolve renamed_and_removed_lints warning about match_on_vec_items</li> <li><a href="https://github.com/dtolnay/syn/commit/1353d60a3af0c5e3d07c367cde1b71b1c10d152f"><code>1353d60</code></a> Update test suite to nightly-2025-04-08</li> <li><a href="https://github.com/dtolnay/syn/commit/3980ff22bb773f190f98539c63e3c932b12d2909"><code>3980ff2</code></a> Improve wording of comment in advance_to implementation</li> <li><a href="https://github.com/dtolnay/syn/commit/8328b52319357fe634387e9d7e09abae99dd73b9"><code>8328b52</code></a> Update test suite to nightly-2025-04-05</li> <li><a href="https://github.com/dtolnay/syn/commit/1d2e2be40e8af94d10e0ba0922a601454b26ecb4"><code>1d2e2be</code></a> Update test suite to nightly-2025-04-03</li> <li><a href="https://github.com/dtolnay/syn/commit/2400946a734edf6c99d9f180cfb97fee0d4baa03"><code>2400946</code></a> Update test suite to nightly-2025-04-02</li> <li><a href="https://github.com/dtolnay/syn/commit/114a629a7a142bce7c459817a080b996a05b6f2b"><code>114a629</code></a> Update test suite to nightly-2025-03-27</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.100...2.0.101">compare view</a></li> </ul> </details> <br /> Updates `bytemuck` from 1.22.0 to 1.23.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p> <blockquote> <h1><code>bytemuck</code> changelog</h1> <h2>1.23</h2> <ul> <li><code>impl_core_error</code> crate feature adds <code>core::error::Error</code> impl.</li> <li>More <code>ZeroableInOption</code> impls.</li> </ul> <h2>1.22</h2> <ul> <li>Add the <code>pod_saturating</code> feature, which adds <code>Pod</code> impls for <code>Saturating&lt;T&gt;</code> when <code>T</code> is already <code>Pod</code>.</li> <li>A bump in the minimum <code>bytemuck_derive</code> dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient <code>cargo.lock</code> file sitting around.</li> <li>Adds <code>Send</code> and <code>Sync</code> impls to <code>BoxBytes</code>.</li> </ul> <h2>1.21</h2> <ul> <li>Implement <code>Pod</code> and <code>Zeroable</code> for <code>core::arch::{x86, x86_64}::__m512</code>, <code>__m512d</code> and <code>__m512i</code> without nightly. Requires Rust 1.72, and is gated through the <code>avx512_simd</code> cargo feature.</li> <li>Allow the use of <code>must_cast_mut</code> and <code>must_cast_slice_mut</code> in const contexts. Requires Rust 1.83, and is gated through the <code>must_cast_extra</code> cargo feature.</li> <li>internal: introduced the <code>maybe_const_fn</code> macro that allows defining some function to be const depending upon some <code>cfg</code> predicate.</li> </ul> <h2>1.20</h2> <ul> <li>New functions to allocate zeroed <code>Arc</code> and <code>Rc</code>. Requires Rust 1.82</li> <li><code>TransparentWrapper</code> impls for <code>core::cmp::Reverse</code> and <code>core::num::Saturating</code>.</li> <li>internal: Simplified the library's <code>fill_zeroes</code> calls to <code>write_bytes</code></li> </ul> <h2>1.19</h2> <ul> <li>Adds the <code>#[track_caller]</code> attribute to functions which may panic.</li> </ul> <h2>1.18</h2> <ul> <li>Adds the <code>latest_stable_rust</code> cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.</li> </ul> <h2>1.17.1</h2> <ul> <li>Adds <code>#[repr(C)]</code> to the <code>union Transmute&lt;A, B&gt;</code> type that's used internally for most of the transmutations.</li> </ul> <h2>1.17.0</h2> <ul> <li>Makes the <code>must_cast</code> versions of the by-value and by-ref casts be <code>const</code>. The mut ref cast is unaffected for now (mut references aren't yet stable in <code>const fn</code>). This increases the MSRV of using that particular feature from 1.57 to 1.64.</li> </ul> <h2>1.16.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/028ff3bec68ab9c123dc578b74a7af4a72a37609"><code>028ff3b</code></a> chore: Release bytemuck version 1.23.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/343f34ff9ef4084bb06516862d6e24f43172ca85"><code>343f34f</code></a> changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/90db36000f622d0a9c5b678812ccadd96823248a"><code>90db360</code></a> Impl core's Error trait on Rust 1.81+ (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/311">#311</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/ede91413f72e77b8e061a6da1da2bc6df739b3a2"><code>ede9141</code></a> Set rust version for <code>bytemuck_derive</code> to 1.61 (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/310">#310</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/46d0910f3a3a9850319a2f64291407b2289493e4"><code>46d0910</code></a> Extend <a href="https://redirect.github.com/Lokathor/bytemuck/issues/308">#308</a> with <code>-unwind</code> support (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/309">#309</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/6751adc3e40aa71ee22abfd19b97769b40d1f280"><code>6751adc</code></a> Impl ZeroablInOption for several function types. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/308">#308</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/66569e6cc7b3c7a7edadeb80219aa23386ed7554"><code>66569e6</code></a> chore: Release bytemuck_derive version 1.9.2</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/5c301b1ddd02afe41d6ccf37396630da415f7457"><code>5c301b1</code></a> remove resolver from the Cargo.toml</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/3053413e55eb300caf8a2254e37928c5270b3bc0"><code>3053413</code></a> update the .cargo/config.toml to use the &quot;stable rust&quot; feature.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/9b087bb7e5192b71a3e0ec49571a60106266f0a5"><code>9b087bb</code></a> chore: Release bytemuck_derive version 1.9.1</li> <li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.36 to 4.5.37 <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.37</h2> <h2>[4.5.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</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.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c54ffa17f5f42aa805342a97ade74bb224f68d0c"><code>c54ffa1</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/26eab7b4e5b909f440b5d85321e2ab67c7f3f42f"><code>26eab7b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f275804c235a7db42f0b0ce4837ada865bd29fd5"><code>f275804</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5805">#5805</a> from epage/style</li> <li><a href="https://github.com/clap-rs/clap/commit/7c7742cae8b88fd11ec1f4cadbb49713cc03063a"><code>7c7742c</code></a> fix(complete): Adjust dynamic for MSRV</li> <li><a href="https://github.com/clap-rs/clap/commit/f1ae3c0e4942a82327970dbf4acbfdb41d431808"><code>f1ae3c0</code></a> style: Make clippy happy</li> <li><a href="https://github.com/clap-rs/clap/commit/5c932b7079f0a7861514c20a4cd2b6c56897bff7"><code>5c932b7</code></a> chore(deps): Update Rust crate divan to v0.1.15 (<a href="https://redirect.github.com/clap-rs/clap/issues/5798">#5798</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/bc0537f58925a0c293f805b692d847141a3db430"><code>bc0537f</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/5797">#5797</a>)</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.36...clap_complete-v4.5.37">compare view</a></li> </ul> </details> <br /> Updates `divan` from `52f9d49` to `bca5c96` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nvzqz/divan/commit/bca5c9676a35751d0a8164df7d79bda70f23286b"><code>bca5c96</code></a> fmt: Reduce max width to 80 columns</li> <li><a href="https://github.com/nvzqz/divan/commit/39481320a849edd574ab90147149d1a3f456eb5d"><code>3948132</code></a> Remove <code>mimalloc</code> dev dependency under Miri</li> <li><a href="https://github.com/nvzqz/divan/commit/58b8860388147e1e3b07bff2261be5a2f5bf6dd3"><code>58b8860</code></a> Move features above dependencies in <code>Cargo.toml</code></li> <li><a href="https://github.com/nvzqz/divan/commit/a399a8a6093dcb4eccbffee526e220a16ed43f31"><code>a399a8a</code></a> Move <code>ThreadPool</code> into <code>util::thread</code></li> <li><a href="https://github.com/nvzqz/divan/commit/c816b2ed5bdb3a7124742543f7c3ee50a45202ed"><code>c816b2e</code></a> Make the thread pool be per-run instead of global</li> <li><a href="https://github.com/nvzqz/divan/commit/41be55aea446b662fae1df53a313875d53479e55"><code>41be55a</code></a> Rename <code>Unit</code> in <code>Bencher</code> to <code>NoInput</code></li> <li><a href="https://github.com/nvzqz/divan/commit/e1e6f61676bf241655b3c0ff7d784eee230cb00e"><code>e1e6f61</code></a> Remove dedicated file for counter seal trait</li> <li><a href="https://github.com/nvzqz/divan/commit/8625b9509c693823d2c5e465210ee5214d4ae1ca"><code>8625b95</code></a> Make <code>FilterSet</code> tests use <code>include</code>/<code>exclude</code></li> <li>See full diff in <a href="https://github.com/nvzqz/divan/compare/52f9d4983e68b16d1d77f8920df087ef8f8d6ba0...bca5c9676a35751d0a8164df7d79bda70f23286b">compare view</a></li> </ul> </details> <br /> Updates `flecs_ecs` from `f2762ad` to `2a785a2` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/2a785a2b580026cef0ed40b574c77a3707f140e5"><code>2a785a2</code></a> chore(clippy): over indentation</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/621446c42f5844c6d25b62992d63c3d810af89e2"><code>621446c</code></a> fix(trait_querying): don't reference nullptr, fixes rust 1.86 usage</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/0fcf47e6df6db8a4262ab4a3bf376f42670aeaef"><code>0fcf47e</code></a> fix(flecs.c): commit <a href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/1549">#1549</a> from flecs: Fix issue with command queue that cont...</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/e5c4f82b55234fc9a8c134a9210bd70396f8f945"><code>e5c4f82</code></a> Revert &quot;feat(safety): Introduce runtime Borrow checking through column lockin...</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/f8b34db7f70277e65dbce010541463b61166f526"><code>f8b34db</code></a> Revert &quot;feat(safety): improve panic msg with id, comp name and table id&quot;</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/5a95832f53194580b24ef35a8c025725934fb9a4"><code>5a95832</code></a> Revert &quot;feat(safety): field_unchecked fn's&quot;</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/48c1cdf1fd29675f79536f382d7a6ff30dabf4a6"><code>48c1cdf</code></a> Revert &quot;feat(safety): support multi-threaded safety checks + (<a href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/244">#244</a>)&quot;</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/685efac4b3291c3cd7bc1a676d7288f100cf4c41"><code>685efac</code></a> Revert &quot;fix(flecs.c): commit <a href="https://redirect.github.com/Indra-db/Flecs-Rust/issues/1549">#1549</a> from flecs: Fix issue with command queue t...</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/84730a1979abb4dc19120654328e1a994b79a851"><code>84730a1</code></a> Revert &quot;chore(clippy)&quot;</li> <li><a href="https://github.com/Indra-db/Flecs-Rust/commit/3d43a4f0c708b5ee834c9a157c0bf1752639784f"><code>3d43a4f</code></a> chore(clippy)</li> <li>Additional commits viewable in <a href="https://github.com/Indra-db/Flecs-Rust/compare/f2762ad0594b1efa8603f311d3cee7507ebf4166...2a785a2b580026cef0ed40b574c77a3707f140e5">compare view</a></li> </ul> </details> <br /> Updates `sha2` from 0.10.8 to 0.10.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/hashes/commit/82c36a428f8d6f05f3bfccdedb243e9d1f85359d"><code>82c36a4</code></a> sha2: add soft-compact backend (backport of <a href="https://redirect.github.com/RustCrypto/hashes/issues/686">#686</a>) (<a href="https://redirect.github.com/RustCrypto/hashes/issues/687">#687</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/c1e85ae6d51e6fea15315c2eced68cc9b1fdf484"><code>c1e85ae</code></a> ci: remove pre-1.56 jobs and other fixes (<a href="https://redirect.github.com/RustCrypto/hashes/issues/688">#688</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/a667dd94f997271c3fa89ffbcc841e0c0f985654"><code>a667dd9</code></a> skein: fix implementation for output sizes not multiple of 8 (<a href="https://redirect.github.com/RustCrypto/hashes/issues/682">#682</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/62b6ff1c59878b4733c49f8164773c3009e4be03"><code>62b6ff1</code></a> Fix blake2 and ascon-hash CI (<a href="https://redirect.github.com/RustCrypto/hashes/issues/521">#521</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/f3b657cfacbb9d8f2f37374717c9b8d64672542e"><code>f3b657c</code></a> Expose belt_compress to public (<a href="https://redirect.github.com/RustCrypto/hashes/issues/520">#520</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/9f66cb810c398e4f6ff8f2ea90196d57f41dd729"><code>9f66cb8</code></a> md4: Optimize compress to improve hash performance (<a href="https://redirect.github.com/RustCrypto/hashes/issues/519">#519</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/70a2b62c50087fa6df5070ab696c5a355072cb12"><code>70a2b62</code></a> Add simpler code snippet to the documentation (<a href="https://redirect.github.com/RustCrypto/hashes/issues/515">#515</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/e3ab2579a0c6d51f6570679b8a7e99d87c4f14c6"><code>e3ab257</code></a> Update Cargo.lock</li> <li><a href="https://github.com/RustCrypto/hashes/commit/c640781bc10cfdb6d652232c492ecd7e27210b26"><code>c640781</code></a> ascon-hash: Add Zeroize feature (<a href="https://redirect.github.com/RustCrypto/hashes/issues/480">#480</a>)</li> <li><a href="https://github.com/RustCrypto/hashes/commit/cfda39f5cf15ffa1a3492ca9fefaf732bd97bf95"><code>cfda39f</code></a> Update Cargo.lock</li> <li>See full diff in <a href="https://github.com/RustCrypto/hashes/compare/sha2-v0.10.8...sha2-v0.10.9">compare view</a></li> </ul> </details> <br /> Updates `tokio-util` from 0.7.14 to 0.7.15 <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/tokio-rs/tokio/commit/159a3b2c8587cd12ad54eb16489dad6eb674d4ca"><code>159a3b2</code></a> rt(unstable): remove alt multi-threaded runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7275">#7275</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce87dcfbf08dc5330386433c1e62229a3c4d5571"><code>ce87dcf</code></a> runtime: document the queue behavior of <code>spawn_blocking</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7269">#7269</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d41d49d202708a6846e5de023962a8ee17358ba6"><code>d41d49d</code></a> metrics: fix panic comment in <code>max_error</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7273">#7273</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7a6c424f6e07d79e7c029866ed601bb948aba10a"><code>7a6c424</code></a> process: add <code>Command::spawn_with</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7249">#7249</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c3037adac90fbbf92a160b970f38e50b66936b4c"><code>c3037ad</code></a> task: properly handle removed entries in <code>JoinMap</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7264">#7264</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/964fd06e0f215b26c4d969bc09e11299a29d6e11"><code>964fd06</code></a> benches: add helper functions for building runtimes (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7260">#7260</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/817fa605ee6a2549fe8e6057ec23a8309d42d2e9"><code>817fa60</code></a> fs: avoid some copies in <code>tokio::fs::write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7199">#7199</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.14...tokio-util-0.7.15">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 e31bb7c commit e19a810

File tree

3 files changed

+58
-71
lines changed

3 files changed

+58
-71
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)