chore(deps): bump the all-other-cargo-deps group with 5 updates#22128
Merged
comphead merged 1 commit intoMay 12, 2026
Conversation
Bumps the all-other-cargo-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [ctor](https://github.com/mmastrac/linktime) | `1.0.1` | `1.0.5` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.17.0` | `0.17.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.52.3` | | [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` | | [tonic](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | Updates `ctor` from 1.0.1 to 1.0.5 - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](mmastrac/linktime@ctor-1.0.1...ctor-1.0.5) Updates `hashbrown` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.17.0...v0.17.1) Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) Updates `nix` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.2...v0.31.3) Updates `tonic` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.5...tonic-v0.14.6) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
comphead
approved these changes
May 12, 2026
gstvg
pushed a commit
to gstvg/arrow-datafusion
that referenced
this pull request
May 14, 2026
…he#22128) Bumps the all-other-cargo-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [ctor](https://github.com/mmastrac/linktime) | `1.0.1` | `1.0.5` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.17.0` | `0.17.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.52.3` | | [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` | | [tonic](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | Updates `ctor` from 1.0.1 to 1.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mmastrac/linktime/releases">ctor's releases</a>.</em></p> <blockquote> <h2>ctor-1.0.5</h2> <h2>What's Changed</h2> <ul> <li>Ensure WASM meets MSRV of 1.85 by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/455">mmastrac/linktime#455</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5">https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5</a></p> <h2>ctor-1.0.4</h2> <h2>What's Changed</h2> <ul> <li>Use target_os=windows rather than target_vendor=pc by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/443">mmastrac/linktime#443</a></li> <li>Add uefi support (<code>.init_array</code>) by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/444">mmastrac/linktime#444</a></li> <li>Fall back to .init_array on unsupported platforms by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/445">mmastrac/linktime#445</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.3...ctor-1.0.4">https://github.com/mmastrac/linktime/compare/ctor-1.0.3...ctor-1.0.4</a></p> <h2>ctor-1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Fix unsafe C library access with default priority value by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/442">mmastrac/linktime#442</a></li> </ul> <h3>Other changes</h3> <ul> <li>BSD test improvements by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/438">mmastrac/linktime#438</a></li> <li>Simplify cargo clean CI setup by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/439">mmastrac/linktime#439</a></li> <li>Add more BSDs to CI by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/417">mmastrac/linktime#417</a></li> <li>Bump clitest by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/440">mmastrac/linktime#440</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.2...ctor-1.0.3">https://github.com/mmastrac/linktime/compare/ctor-1.0.2...ctor-1.0.3</a></p> <h2>ctor-1.0.2</h2> <h2>What's Changed</h2> <ul> <li>Improvements to <code>static</code> items for <code>#[ctor]</code></li> <li><code>const</code> dynamic ctors - use a const block to initialize a set of ctors</li> </ul> <ul> <li>Update <code>link-section</code> behaviour for WASM targets by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/426">mmastrac/linktime#426</a> redirect.github.com/mmastrac/linktime/pull/428</li> <li>Add const option for link-section by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/430">mmastrac/linktime#430</a></li> <li>Improved link-section WASM implementation by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/431">mmastrac/linktime#431</a></li> <li>Update crate metadata by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/432">mmastrac/linktime#432</a></li> <li>Allow various forms of &'static for static ctors by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/435">mmastrac/linktime#435</a></li> <li>Allow "optional" ctors where the ctors can be generated by a const function by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/436">mmastrac/linktime#436</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.2">https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mmastrac/linktime/commit/17f32b0fe5356c36de561c29ee2beec54cc76e5f"><code>17f32b0</code></a> Ensure WASM meets MSRV of 1.85 (<a href="https://redirect.github.com/mmastrac/linktime/issues/455">#455</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/b4e7ed66217c0112caac3520c105233ad06346c9"><code>b4e7ed6</code></a> Preparing ctor/dtor/link-section publish (<a href="https://redirect.github.com/mmastrac/linktime/issues/452">#452</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/593b292bd64b5258dc4b0379120da6c06bb9fc8c"><code>593b292</code></a> AIX support in link-section (<a href="https://redirect.github.com/mmastrac/linktime/issues/446">#446</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/0dbcbcf1e982aaaba13ce6c4ade2be0ea2cb02f1"><code>0dbcbcf</code></a> Don't fail build if cache fails (<a href="https://redirect.github.com/mmastrac/linktime/issues/448">#448</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/1a508f6af8862048cb49639a12153548dcb1f350"><code>1a508f6</code></a> Bump to latest setup-rust-toolchain and pin (<a href="https://redirect.github.com/mmastrac/linktime/issues/447">#447</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/4e7e22f99054e4b2242af27f0dd317284ebd8a69"><code>4e7e22f</code></a> Fall back to .init_array on unsupported platforms (<a href="https://redirect.github.com/mmastrac/linktime/issues/445">#445</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/b0d084c14febb7bab3da3aefa7d823e5e79b82ca"><code>b0d084c</code></a> Add uefi support (<code>.init_array</code>) (<a href="https://redirect.github.com/mmastrac/linktime/issues/444">#444</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/80f1a41f9b095d4b0df8bba80401e3e1b8c93be6"><code>80f1a41</code></a> Use target_os=windows rather than target_vendor=pc (<a href="https://redirect.github.com/mmastrac/linktime/issues/443">#443</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/4956a0428c5826bdfb3fb302489104ee7a6e2f4a"><code>4956a04</code></a> Fix unsafe C library access with default priority value (<a href="https://redirect.github.com/mmastrac/linktime/issues/442">#442</a>)</li> <li><a href="https://github.com/mmastrac/linktime/commit/b7582444a6e9b8cad48ecebcffde4d34cfdf7b70"><code>b758244</code></a> Bump clitest (<a href="https://redirect.github.com/mmastrac/linktime/issues/440">#440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.5">compare view</a></li> </ul> </details> <br /> Updates `hashbrown` from 0.17.0 to 0.17.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/releases">hashbrown's releases</a>.</em></p> <blockquote> <h2>v0.17.1</h2> <h3>Added</h3> <ul> <li>Added <code>HashMap::rustc_try_insert</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/722">#722</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md">hashbrown's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/hashbrown/compare/v0.17.0...v0.17.1">0.17.1</a> - 2026-04-20</h2> <h3>Added</h3> <ul> <li>Added <code>HashMap::rustc_try_insert</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/722">#722</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/hashbrown/commit/c62a63a61b7caf2de8f9ecb7b06a66b0ab6bdf3d"><code>c62a63a</code></a> chore: release v0.17.1</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/420e83ba586255328ed3279479e7388ab32a1b79"><code>420e83b</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/722">#722</a> from cuviper/rustc_try_insert</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/51cecbdbf459737db65c6906db9c00d49fbf07ef"><code>51cecbd</code></a> Move the <code>RustcOccupiedError</code> note as requested in review</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/16d0f371630f29c3972dcc9cfac31c8dee3c7231"><code>16d0f37</code></a> Add <code>HashMap::rustc_try_insert</code></li> <li><a href="https://github.com/rust-lang/hashbrown/commit/18a04c52f30bbb491bc24c63975cc55c605a61fc"><code>18a04c5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/721">#721</a> from clarfonthey/branch-rename</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/ee8a0ee1276991e0f4dcaf4d9ed52ae3616663b6"><code>ee8a0ee</code></a> Rename master to main in release-plz workflow</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/147df6521d48a6d4a816b62962d5d387610c1d34"><code>147df65</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/720">#720</a> from xtqqczze/authors</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/64a0acbbba976e7ae2f9bf54a13e0cf6b2d65c58"><code>64a0acb</code></a> Remove package.authors field from Cargo metadata</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/867db72c99f0d4397bdd2c70b3eb2643c19e20d7"><code>867db72</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/716">#716</a> from atouchet/rdm</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/57b760ba0cb05ccd3ad6f538671dd8afa2c861fb"><code>57b760b</code></a> Update Readme</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/hashbrown/compare/v0.17.0...v0.17.1">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.52.2 to 1.52.3 <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.52.3</h2> <h1>1.52.3 (May 8th, 2026)</h1> <h3>Fixed</h3> <ul> <li>sync: fix underflow in mpsc channel <code>len()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>)</li> <li>sync: notify receivers in mpsc <code>OwnedPermit::release()</code> method (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>)</li> <li>sync: require that an <code>RwLock</code> has <code>max_readers != 0</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>)</li> <li>sync: return <code>Empty</code> from <code>try_recv()</code> when mpsc is closed with outstanding permits (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8074">#8074</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8062">tokio-rs/tokio#8062</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8074">#8074</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8074">tokio-rs/tokio#8074</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8075">tokio-rs/tokio#8075</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8076">tokio-rs/tokio#8076</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/d87569164fb61145e79e7ffe0b25783569cc8f93"><code>d875691</code></a> chore: prepare Tokio v1.52.3 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8130">#8130</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e1aebb031cb24bdb52289561343308f4a44a4d81"><code>e1aebb0</code></a> Merge 'tokio-1.51.3' into 'tokio-1.52.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8129">#8129</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fd63094ee0d34b4f3f93f59507e91c65919a2d71"><code>fd63094</code></a> chore: prepare Tokio v1.51.3 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8127">#8127</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8c600d0fd2cdebea4828fe9f699ced4dfd8aad3b"><code>8c600d0</code></a> Merge 'tokio-1.47.5' into 'tokio-1.51.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8123">#8123</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/11bfc1345bbd5e901187e2b3702de10b0efbffdc"><code>11bfc13</code></a> chore: prepare Tokio v1.47.5 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8122">#8122</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f085b6211b8ebb6aba21f1f1f91e7b8b243aa815"><code>f085b62</code></a> sync: notify receivers in mpsc <code>OwnedPermit::release()</code> method (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/30d25ccb8bc91ca811773ee243e71e31772275d2"><code>30d25cc</code></a> sync: require that an <code>RwLock</code> has <code>max_readers != 0</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9fccf5339d41c1f2f863f97b9133bc8a5a10bc28"><code>9fccf53</code></a> sync: return <code>Empty</code> from <code>try_recv()</code> when mpsc is closed with outstanding p...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ebf61b45b5184018f00bc666887ebccf3d4fe51b"><code>ebf61b4</code></a> sync: fix underflow in mpsc channel <code>len()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.2...tokio-1.52.3">compare view</a></li> </ul> </details> <br /> Updates `nix` from 0.31.2 to 0.31.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.31.3] - 2026-05-11</h2> <h3>Added</h3> <ul> <li>Enable module <code>ioctl</code> for Cygwin (<a href="https://redirect.github.com/nix-rust/nix/pull/2715">#2715</a>)</li> <li>Add <code>CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME</code> to NetBSD-like platforms (<a href="https://redirect.github.com/nix-rust/nix/pull/2716">#2716</a>)</li> <li>unistd: add mkfifo for redox (<a href="https://redirect.github.com/nix-rust/nix/pull/2749">#2749</a>)</li> <li>Added <code>kevent64</code> support on apple targets: <code>Kqueue::kevent64</code>, <code>KEvent64</code>, and <code>Kevent64Flags</code>. (<a href="https://redirect.github.com/nix-rust/nix/pull/2781">#2781</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix SaFlags_t definition on redox (<a href="https://redirect.github.com/nix-rust/nix/pull/2751">#2751</a>)</li> <li>Fixed <code>EpollEvent::events()</code> to use <code>from_bits_retain</code> instead of <code>from_bits().unwrap()</code>, preventing panics when the kernel returns unknown epoll flags. (<a href="https://redirect.github.com/nix-rust/nix/pull/2783">#2783</a>)</li> <li>Fixed <code>KEvent::flags()</code> and <code>KEvent::fflags()</code> to use <code>from_bits_retain</code> instead of <code>from_bits().unwrap()</code>, preventing panics when the kernel returns unknown kqueue flags. (<a href="https://redirect.github.com/nix-rust/nix/pull/2784">#2784</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/b5933ca178802b558a667514f717a86b3a1cedcc"><code>b5933ca</code></a> chore: release v0.31.3</li> <li><a href="https://github.com/nix-rust/nix/commit/5d6a46e065fd5ae670c73b44b2590ca256589194"><code>5d6a46e</code></a> Replace Cirrus CI with more Github Workflows jobs (<a href="https://redirect.github.com/nix-rust/nix/issues/2776">#2776</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/3407489043e8070b6294b5786690a60182fb241e"><code>3407489</code></a> event: add kevent64 support on apple targets (<a href="https://redirect.github.com/nix-rust/nix/issues/2781">#2781</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/fe80fc5066c8712db901f3a3d672b8c6af67c4d2"><code>fe80fc5</code></a> chore: resolve clippy useless_borrows_in_formatting (<a href="https://redirect.github.com/nix-rust/nix/issues/2790">#2790</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/3310fc7db419b04b0aed32fcb6464a12ad96f224"><code>3310fc7</code></a> Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (<a href="https://redirect.github.com/nix-rust/nix/issues/2764">#2764</a>)...</li> <li><a href="https://github.com/nix-rust/nix/commit/e3ab917517f47e27c845064abec15382792053a7"><code>e3ab917</code></a> epoll: use from_bits_retain to avoid panics on unknown flags (<a href="https://redirect.github.com/nix-rust/nix/issues/2783">#2783</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/6c1570194676901d6fddf3600cea5c8358e39eef"><code>6c15701</code></a> kqueue: use from_bits_retain to avoid panics on unknown flags (<a href="https://redirect.github.com/nix-rust/nix/issues/2784">#2784</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/73028cf1c742b243895df16ce60948b1c8fa821a"><code>73028cf</code></a> fix(ci): enable Hurd target (<a href="https://redirect.github.com/nix-rust/nix/issues/2765">#2765</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/1a680a967648807ea78ded5c4211db8026bebbbd"><code>1a680a9</code></a> cargo: Remove deprecated package authors field (<a href="https://redirect.github.com/nix-rust/nix/issues/2789">#2789</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/85cff070dd2baaecb4290df22b1d093d136ca671"><code>85cff07</code></a> docs: add missing changelog entries (<a href="https://redirect.github.com/nix-rust/nix/issues/2786">#2786</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.31.2...v0.31.3">compare view</a></li> </ul> </details> <br /> Updates `tonic` from 0.14.5 to 0.14.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/tonic/releases">tonic's releases</a>.</em></p> <blockquote> <h2>tonic-build-v0.14.6</h2> <h3>Other</h3> <ul> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-health-v0.14.6</h2> <h3>Other</h3> <ul> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-prost-build-v0.14.6</h2> <h3>Other</h3> <ul> <li>Support well known types resolved by prost to their rust counterparts (<a href="https://redirect.github.com/hyperium/tonic/pull/2544">#2544</a>)</li> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-prost-v0.14.6</h2> <h3>Other</h3> <ul> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-reflection-v0.14.6</h2> <h3>Other</h3> <ul> <li>fix panic when client drops connection early (<a href="https://redirect.github.com/hyperium/tonic/pull/2596">#2596</a>)</li> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-types-v0.14.6</h2> <h3>Other</h3> <ul> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-v0.14.6</h2> <h3>Added</h3> <ul> <li><em>(transport/channel)</em> expose ServerCertVerifier API (<a href="https://redirect.github.com/hyperium/tonic/pull/2612">#2612</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>map no trailers ok status to unknown (<a href="https://redirect.github.com/hyperium/tonic/pull/2543">#2543</a>)</li> </ul> <h3>Other</h3> <ul> <li>add max_frame_size to client Endpoint (<a href="https://redirect.github.com/hyperium/tonic/pull/2592">#2592</a>)</li> <li>Allow setting the HTTP/2 client header table size (<a href="https://redirect.github.com/hyperium/tonic/pull/2582">#2582</a>)</li> <li>update rust edition and version to 2024 and 1.88, respectively (<a href="https://redirect.github.com/hyperium/tonic/pull/2525">#2525</a>)</li> </ul> <h2>tonic-web-v0.14.6</h2> <h3>Other</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/tonic/commit/6cb6056b5a748bc5a29bd48f4602dbc4e552bb7d"><code>6cb6056</code></a> chore: release v0.14.6 (<a href="https://redirect.github.com/hyperium/tonic/issues/2624">#2624</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/efde924f4cc851c5b3d3fb9ecfbb0d4594b867e1"><code>efde924</code></a> grpc: change helloworld example to pass request as a view (<a href="https://redirect.github.com/hyperium/tonic/issues/2632">#2632</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/d47b00145d0fd6b67b0bbcfa06bf7c0b6cd24bcc"><code>d47b001</code></a> transport: add max_frame_size to client Endpoint (<a href="https://redirect.github.com/hyperium/tonic/issues/2592">#2592</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/02c01c7014cc8022aa6104b46dbb296d5e74c15e"><code>02c01c7</code></a> Allow setting the HTTP/2 client header table size (<a href="https://redirect.github.com/hyperium/tonic/issues/2582">#2582</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/31853549a071f635d317fe5f346159f1369f40ca"><code>3185354</code></a> examples: add grpc version of helloworld (<a href="https://redirect.github.com/hyperium/tonic/issues/2630">#2630</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/f5853035ce270b77f6c582daa308d1fe5311aa39"><code>f585303</code></a> fix(grpc): Fix grpc-google build (<a href="https://redirect.github.com/hyperium/tonic/issues/2628">#2628</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/ff7bcbb5373bc0f2a4d797c8a0e70f3324087197"><code>ff7bcbb</code></a> feat(grpc): Google call credentials (<a href="https://redirect.github.com/hyperium/tonic/issues/2610">#2610</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/f93037b5f9161706608c14b014cdf0ee4f3287ae"><code>f93037b</code></a> feat(tonic-xds): make XdsChannelGrpc Sync (<a href="https://redirect.github.com/hyperium/tonic/issues/2627">#2627</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/d834bebc57581460c0bdb5f73f86eb07dbe99121"><code>d834beb</code></a> grpc: Update Status to be a Result<> and make StatusErr which holds non-OK co...</li> <li><a href="https://github.com/hyperium/tonic/commit/23922247306dad351b4fe531d8f6832c781c0749"><code>2392224</code></a> grpc: add route_guide example and make minor tweaks to the generated code API...</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.14.5...tonic-v0.14.6">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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-other-cargo-deps group with 5 updates:
1.0.11.0.50.17.00.17.11.52.21.52.30.31.20.31.30.14.50.14.6Updates
ctorfrom 1.0.1 to 1.0.5Release notes
Sourced from ctor's releases.
Commits
17f32b0Ensure WASM meets MSRV of 1.85 (#455)b4e7ed6Preparing ctor/dtor/link-section publish (#452)593b292AIX support in link-section (#446)0dbcbcfDon't fail build if cache fails (#448)1a508f6Bump to latest setup-rust-toolchain and pin (#447)4e7e22fFall back to .init_array on unsupported platforms (#445)b0d084cAdd uefi support (.init_array) (#444)80f1a41Use target_os=windows rather than target_vendor=pc (#443)4956a04Fix unsafe C library access with default priority value (#442)b758244Bump clitest (#440)Updates
hashbrownfrom 0.17.0 to 0.17.1Release notes
Sourced from hashbrown's releases.
Changelog
Sourced from hashbrown's changelog.
Commits
c62a63achore: release v0.17.1420e83bMerge pull request #722 from cuviper/rustc_try_insert51cecbdMove theRustcOccupiedErrornote as requested in review16d0f37AddHashMap::rustc_try_insert18a04c5Merge pull request #721 from clarfonthey/branch-renameee8a0eeRename master to main in release-plz workflow147df65Merge pull request #720 from xtqqczze/authors64a0acbRemove package.authors field from Cargo metadata867db72Merge pull request #716 from atouchet/rdm57b760bUpdate ReadmeUpdates
tokiofrom 1.52.2 to 1.52.3Release notes
Sourced from tokio's releases.
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)Updates
nixfrom 0.31.2 to 0.31.3Changelog
Sourced from nix's changelog.
Commits
b5933cachore: release v0.31.35d6a46eReplace Cirrus CI with more Github Workflows jobs (#2776)3407489event: add kevent64 support on apple targets (#2781)fe80fc5chore: resolve clippy useless_borrows_in_formatting (#2790)3310fc7Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)...e3ab917epoll: use from_bits_retain to avoid panics on unknown flags (#2783)6c15701kqueue: use from_bits_retain to avoid panics on unknown flags (#2784)73028cffix(ci): enable Hurd target (#2765)1a680a9cargo: Remove deprecated package authors field (#2789)85cff07docs: add missing changelog entries (#2786)Updates
tonicfrom 0.14.5 to 0.14.6Release notes
Sourced from tonic's releases.
... (truncated)
Commits
6cb6056chore: release v0.14.6 (#2624)efde924grpc: change helloworld example to pass request as a view (#2632)d47b001transport: add max_frame_size to client Endpoint (#2592)02c01c7Allow setting the HTTP/2 client header table size (#2582)3185354examples: add grpc version of helloworld (#2630)f585303fix(grpc): Fix grpc-google build (#2628)ff7bcbbfeat(grpc): Google call credentials (#2610)f93037bfeat(tonic-xds): make XdsChannelGrpc Sync (#2627)d834bebgrpc: Update Status to be a Result<> and make StatusErr which holds non-OK co...2392224grpc: add route_guide example and make minor tweaks to the generated code API...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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