Skip to content

Commit 5bb298b

Browse files
dependabot[bot]CommanderStormclaude
authored
build(deps): bump the all-cargo-version-updates group across 1 directory with 4 updates (#1500)
Bumps the all-cargo-version-updates group with 4 updates in the /rust directory: [bytemuck](https://github.com/Lokathor/bytemuck), [fast-mvt](https://github.com/nyurik/fast-mvt), [hotpath](https://github.com/pawurb/hotpath-rs) and [pmtiles](https://github.com/stadiamaps/pmtiles-rs). Updates `bytemuck` from 1.25.0 to 1.25.1 <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> <h2>1.25.1</h2> <ul> <li><a href="https://redirect.github.com/Lokathor/bytemuck/pull/348">Don't impl core::error::Error on spirv</a>, which was causing a build error on that target.</li> <li>Added a reminder on <code>try_cast_slice</code> that empty slices must still be aligned.</li> </ul> <h2>1.25</h2> <ul> <li><a href="https://redirect.github.com/Lokathor/bytemuck/pull/333">Remove extern &quot;stdcall&quot; fn ptr impls on non-x86-32 windows.</a></li> <li><a href="https://redirect.github.com/Lokathor/bytemuck/pull/344">Fix nightly_portable_simd after LaneCount removal.</a></li> </ul> <h2>1.24</h2> <ul> <li><a href="https://redirect.github.com/Lokathor/bytemuck/pull/322">use new stable avx512 types from rust 1.89</a></li> <li><a href="https://redirect.github.com/Lokathor/bytemuck/pull/317">impl AnyBitPattern for [MaybeUninit&lt;T: AnyBitPattern&gt;; N]</a></li> <li>bump <code>derive</code> minimum version.</li> </ul> <h2>1.23.2</h2> <ul> <li>bump <code>derive</code> minimum version.</li> </ul> <h2>1.23.1</h2> <ul> <li>Added a windows-only <code>ZeroableInOption</code> impl for &quot;stdcall&quot; functions.</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/cabc8e75899e67ad274959b6de27653558d01296"><code>cabc8e7</code></a> chore: Release bytemuck version 1.25.1</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/2d4d8ca457a552bd9310a5a10327151a705b9f0b"><code>2d4d8ca</code></a> changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/946e7a905f7651b1dfb568d5045b8bcff1b56f26"><code>946e7a9</code></a> chore: Release bytemuck_derive version 1.11.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/8a8f7cf4c9988a668336a792c78bbbb0a52ed8ef"><code>8a8f7cf</code></a> changelog derive</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/ee6742e68cdb2a7058196a1cf13834ffbdac40d3"><code>ee6742e</code></a> changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/e2d1c7f2e9797d4b2f3de5a16b6a70879e53a8d8"><code>e2d1c7f</code></a> Don't impl core::error::Error on spirv (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/348">#348</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/7dd71742f67630949e5e9a21bb74469a69c1bce2"><code>7dd7174</code></a> make the note more terse</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/24b1b71c599eb1e2b70b6059b851d4c264991e71"><code>24b1b71</code></a> Update Rust version in CI workflow to 1.71.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/f0dfc1bc6ef0de704ffd0b64231f9c3565d65ac6"><code>f0dfc1b</code></a> docs: note that an empty slice must still satisfy target alignment in cast_sl...</li> <li>See full diff in <a href="https://github.com/Lokathor/bytemuck/compare/v1.25.0...v1.25.1">compare view</a></li> </ul> </details> <br /> Updates `fast-mvt` from 0.4.1 to 0.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nyurik/fast-mvt/releases">fast-mvt's releases</a>.</em></p> <blockquote> <h2>v0.5.0</h2> <h3>Other</h3> <ul> <li>debug format support, cleaner api (<a href="https://redirect.github.com/nyurik/fast-mvt/pull/26">#26</a>)</li> <li>minor internal cleanup (<a href="https://redirect.github.com/nyurik/fast-mvt/pull/23">#23</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nyurik/fast-mvt/blob/main/CHANGELOG.md">fast-mvt's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nyurik/fast-mvt/compare/v0.4.1...v0.5.0">0.5.0</a> - 2026-07-12</h2> <h3>Other</h3> <ul> <li>debug format support, cleaner api (<a href="https://redirect.github.com/nyurik/fast-mvt/pull/26">#26</a>)</li> <li>minor internal cleanup (<a href="https://redirect.github.com/nyurik/fast-mvt/pull/23">#23</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyurik/fast-mvt/commit/c67cd0c76bb67e5d302869dda0d8abef512201da"><code>c67cd0c</code></a> chore: release v0.4.2 (<a href="https://redirect.github.com/nyurik/fast-mvt/issues/25">#25</a>)</li> <li><a href="https://github.com/nyurik/fast-mvt/commit/989bcfcec3af399725150eac0ef41a8afba4ba28"><code>989bcfc</code></a> chore: debug format support, cleaner api (<a href="https://redirect.github.com/nyurik/fast-mvt/issues/26">#26</a>)</li> <li><a href="https://github.com/nyurik/fast-mvt/commit/bf4e29f7b9fec9a258ac985051fef68aa3c650e5"><code>bf4e29f</code></a> chore: minor internal cleanup (<a href="https://redirect.github.com/nyurik/fast-mvt/issues/23">#23</a>)</li> <li><a href="https://github.com/nyurik/fast-mvt/commit/13326eb816bc2d1e622e136a22071ccd5a64561a"><code>13326eb</code></a> chore: ignore CARGO_BUILD_WARNINGS in cargo-install</li> <li><a href="https://github.com/nyurik/fast-mvt/commit/1eb7bdc7c7010cf861e6cb8629b59bf2c33d9408"><code>1eb7bdc</code></a> chore: use Rust 1.97 cargo warnings</li> <li>See full diff in <a href="https://github.com/nyurik/fast-mvt/compare/v0.4.1...v0.5.0">compare view</a></li> </ul> </details> <br /> Updates `hotpath` from 0.21.1 to 0.21.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pawurb/hotpath-rs/releases">hotpath's releases</a>.</em></p> <blockquote> <h2>v0.21.2</h2> <p>Changelog: <a href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0212---2026-07-11">https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0212---2026-07-11</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md">hotpath's changelog</a>.</em></p> <blockquote> <h2>[0.21.2] - 2026-07-11</h2> <h3>🚀 Features</h3> <ul> <li> <p>TUI tabs mouse navigation</p> </li> <li> <p>Add parking_lot mutex wrapper</p> </li> <li> <p>Add missing MCP tools</p> </li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li> <p>Fix passing hotpath-alloc to macro crate</p> </li> <li> <p>Hotpath-cpu symbols in rustc 1.97</p> </li> <li> <p>Support PG queries normalization</p> </li> </ul> <h3>🚜 Refactor</h3> <ul> <li>Cleanup conditional imports</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li> <p>Extract adoption script</p> </li> <li> <p>Release 0.21.2</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pawurb/hotpath-rs/commit/d782f102acfb8461391bc0522d448656ff65442e"><code>d782f10</code></a> chore: Release 0.21.2</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/ac21a14c9fdcd1555a33a9e430b8720ede0202cb"><code>ac21a14</code></a> fix: Support PG queries normalization</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/c702bb991cf66246e828633c3dfc836575aadd67"><code>c702bb9</code></a> Update docs</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/bc14e6f20465a44fc95719a4d037a605570976d7"><code>bc14e6f</code></a> feat: Add missing MCP tools</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/e911292ab4406ef115f36f5654383b89eaafc7d4"><code>e911292</code></a> fix: hotpath-cpu symbols in rustc 1.97</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/93a8f5b089f8c664433f749ae6dbaa46cb39f1ee"><code>93a8f5b</code></a> Fix CI</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/3db2d5cdc0fc7d47e6094a16510d9668eef7105c"><code>3db2d5c</code></a> Add missing benchmark info</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/6363aa1b2c48c23d4f8a3e2320654796e8d413e2"><code>6363aa1</code></a> Sync meta crate</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/26c23a0d48c463e28827048d5fbae25d32c482f0"><code>26c23a0</code></a> refactor: Cleanup conditional imports</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/f1c6dc1375842af95f534984ef0a524b25a8afdf"><code>f1c6dc1</code></a> chore: Extract adoption script</li> <li>Additional commits viewable in <a href="https://github.com/pawurb/hotpath-rs/compare/v0.21.1...v0.21.2">compare view</a></li> </ul> </details> <br /> Updates `pmtiles` from 0.23.0 to 0.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stadiamaps/pmtiles-rs/releases">pmtiles's releases</a>.</em></p> <blockquote> <h2>v0.23.1</h2> <h3>Other</h3> <ul> <li><em>(deps)</em> bump object_store to 0.14 (<a href="https://redirect.github.com/stadiamaps/pmtiles-rs/pull/126">#126</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stadiamaps/pmtiles-rs/blob/main/CHANGELOG.md">pmtiles's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/stadiamaps/pmtiles-rs/compare/v0.23.0...v0.23.1">0.23.1</a> - 2026-07-10</h2> <h3>Other</h3> <ul> <li><em>(deps)</em> bump object_store to 0.14 (<a href="https://redirect.github.com/stadiamaps/pmtiles-rs/pull/126">#126</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stadiamaps/pmtiles-rs/commit/4faa7855aa01c9d3ec0abc60750f39e9e59592bd"><code>4faa785</code></a> chore: release v0.23.1 (<a href="https://redirect.github.com/stadiamaps/pmtiles-rs/issues/128">#128</a>)</li> <li><a href="https://github.com/stadiamaps/pmtiles-rs/commit/cf191d74205c9a080ba1deccb937c84642d270cb"><code>cf191d7</code></a> chore(deps): bump object_store to 0.14 (<a href="https://redirect.github.com/stadiamaps/pmtiles-rs/issues/126">#126</a>)</li> <li>See full diff in <a href="https://github.com/stadiamaps/pmtiles-rs/compare/v0.23.0...v0.23.1">compare view</a></li> </ul> </details> <br /> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frank Elsinga <frank@elsinga.de> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7e4250d commit 5bb298b

3 files changed

Lines changed: 42 additions & 138 deletions

File tree

0 commit comments

Comments
 (0)