Commit 98694a7
authored
build(deps): bump the all-deps group across 1 directory with 8 updates (#327)
Bumps the all-deps group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.7` |
`0.4.8` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` |
| [libc](https://github.com/rust-lang/libc) | `0.2.182` | `0.2.183` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` |
`1.21.4` |
| [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` |
`3.27.0` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.40` | `0.8.47` |
Updates `hybrid-array` from 0.4.7 to 0.4.8
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md">hybrid-array's
changelog</a>.</em></p>
<blockquote>
<h2>0.4.8 (2026-03-08)</h2>
<h3>Added</h3>
<ul>
<li><code>ctutils</code> support (<a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/177">#177</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/177">#177</a>:
<a
href="https://redirect.github.com/RustCrypto/hybrid-array/pull/177">RustCrypto/hybrid-array#177</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RustCrypto/hybrid-array/commit/e16fe9128e22349b066f0abfcb02a81ccae3abf2"><code>e16fe91</code></a>
Release v0.4.8</li>
<li><a
href="https://github.com/RustCrypto/hybrid-array/commit/75ade937ebaa87d67d100c9b82ec3f9967f7e9e4"><code>75ade93</code></a>
v0.4.8 (<a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/178">#178</a>)</li>
<li><a
href="https://github.com/RustCrypto/hybrid-array/commit/b594c44c0cf7d3e1710401a5d089ff7d4918cafb"><code>b594c44</code></a>
Add Trusted Publishing config (<a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/179">#179</a>)</li>
<li><a
href="https://github.com/RustCrypto/hybrid-array/commit/4aa66db802fbb4f298792577a6fe7c96ba6926b1"><code>4aa66db</code></a>
Add <code>ctutils</code> support (<a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/177">#177</a>)</li>
<li><a
href="https://github.com/RustCrypto/hybrid-array/commit/0713b70d94edc614b9e98076c68931e318b26e83"><code>0713b70</code></a>
Add HKDF-Expand common max output sizes (<a
href="https://redirect.github.com/RustCrypto/hybrid-array/issues/175">#175</a>)</li>
<li>See full diff in <a
href="https://github.com/RustCrypto/hybrid-array/compare/v0.4.7...v0.4.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `itoa` from 1.0.17 to 1.0.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/itoa/releases">itoa's
releases</a>.</em></p>
<blockquote>
<h2>1.0.18</h2>
<ul>
<li>Simplify pointer usage in Buffer::format method (<a
href="https://redirect.github.com/dtolnay/itoa/issues/67">#67</a>,
thanks <a
href="https://github.com/xtqqczze"><code>@xtqqczze</code></a>)</li>
<li>Optimize 128-bit integer formatting (<a
href="https://redirect.github.com/dtolnay/itoa/issues/68">#68</a>,
thanks <a
href="https://github.com/jhpratt"><code>@jhpratt</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/itoa/commit/af77385d0daf4d0e949e81f2588be2e44f69f086"><code>af77385</code></a>
Release 1.0.18</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/73a7c03e23852fd51f9eb1ff6caa44bdb956dbed"><code>73a7c03</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/itoa/issues/68">#68</a> from
jhpratt/master</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/7b4c86b03eceb1fdb6e0bb8e85160dac8ba6a24a"><code>7b4c86b</code></a>
Optimize 128-bit integer formatting</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/0d8a4899bf99e559fdf7017d3b9ad22fdbcab70d"><code>0d8a489</code></a>
Fill in pointer cast type</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/e693c49e60b28c96d0dccac9161638ffcefbc1de"><code>e693c49</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/itoa/issues/67">#67</a> from
xtqqczze/as_mut_ptr</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/29b34100d5bb281c692aca62dd02262fbc95124a"><code>29b3410</code></a>
Simplify pointer usage in Buffer::format method</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/bbf077faeb6c9d1d52ee025f81ac240f07cba951"><code>bbf077f</code></a>
Switch to 9975WX benchmark data</li>
<li><a
href="https://github.com/dtolnay/itoa/commit/65bc721a0d5811ef63eb188d7013bbd455175068"><code>65bc721</code></a>
Delete old chart code</li>
<li>See full diff in <a
href="https://github.com/dtolnay/itoa/compare/1.0.17...1.0.18">compare
view</a></li>
</ul>
</details>
<br />
Updates `libc` from 0.2.182 to 0.2.183
<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.183</h2>
<h3>Added</h3>
<ul>
<li>ESP-IDF: Add <code>SOMAXCONN</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4993">#4993</a>)</li>
<li>Linux: Add <code>name_to_handle_at</code> and
<code>open_by_handle_at</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4988">#4988</a>)</li>
<li>NetBSD: Add <code>kinfo_file</code>, <code>kinfo_pcb</code>, and
related constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4985">#4985</a>)</li>
<li>OpenBSD: Add <code>kinfo_file</code> and related constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4991">#4991</a>)</li>
<li>VxWorks: Add additional structs and defines (<a
href="https://redirect.github.com/rust-lang/libc/pull/5003">#5003</a>)</li>
<li>Various: Implement <code>Default</code> for <code>timeval</code> and
<code>timespec</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4976">#4976</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Hexagon musl: Enable unstable 64-bit <code>time_t</code> support and
<code>musl_v1_2_3</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4992">#4992</a>)</li>
<li>Nintendo Switch: Fix target support (<a
href="https://redirect.github.com/rust-lang/libc/pull/4982">#4982</a>)</li>
<li>OpenBSD: Wrap an unused field in <code>Padding</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4997">#4997</a>)</li>
<li>Redox: Change <code>sigaction.sa_flags</code> to <code>c_int</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4986">#4986</a>)</li>
<li>Redox: Fix <code>blkcnt_t</code> type (<a
href="https://redirect.github.com/rust-lang/libc/pull/4994">#4994</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.182...0.2.183">0.2.183</a>
- 2026-03-08</h2>
<h3>Added</h3>
<ul>
<li>ESP-IDF: Add <code>SOMAXCONN</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4993">#4993</a>)</li>
<li>Linux: Add <code>name_to_handle_at</code> and
<code>open_by_handle_at</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4988">#4988</a>)</li>
<li>NetBSD: Add <code>kinfo_file</code>, <code>kinfo_pcb</code>, and
related constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4985">#4985</a>)</li>
<li>OpenBSD: Add <code>kinfo_file</code> and related constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4991">#4991</a>)</li>
<li>VxWorks: Add additional structs and defines (<a
href="https://redirect.github.com/rust-lang/libc/pull/5003">#5003</a>)</li>
<li>Various: Implement <code>Default</code> for <code>timeval</code> and
<code>timespec</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4976">#4976</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Hexagon musl: Enable unstable 64-bit <code>time_t</code> support and
<code>musl_v1_2_3</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4992">#4992</a>)</li>
<li>Nintendo Switch: Fix target support (<a
href="https://redirect.github.com/rust-lang/libc/pull/4982">#4982</a>)</li>
<li>OpenBSD: Wrap an unused field in <code>Padding</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4997">#4997</a>)</li>
<li>Redox: Change <code>sigaction.sa_flags</code> to <code>c_int</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4986">#4986</a>)</li>
<li>Redox: Fix <code>blkcnt_t</code> type (<a
href="https://redirect.github.com/rust-lang/libc/pull/4994">#4994</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/5660e6fc058d1c6c27788e3ea2bc7d3e79d3c22d"><code>5660e6f</code></a>
chore: Release libc 0.2.183</li>
<li><a
href="https://github.com/rust-lang/libc/commit/8b439b76789d14215296766e97e0692e7900f1e1"><code>8b439b7</code></a>
allow unused link_cfg feature in rustc-dep-of-std</li>
<li><a
href="https://github.com/rust-lang/libc/commit/e6436dcf4a702328aa365ced37f0a8e2d829ec3b"><code>e6436dc</code></a>
Adding structs and defines for vxworks</li>
<li><a
href="https://github.com/rust-lang/libc/commit/e9cca04dffbe546d5af7dc5302f8cb305d8e7370"><code>e9cca04</code></a>
Linux: add <code>name_to_handle_at</code> and
<code>open_by_handle_at</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/af8b8127bc7fcce8a5e70cb1a4ab8b33021bf02e"><code>af8b812</code></a>
linux: relocate PIDFD definitions to src/new</li>
<li><a
href="https://github.com/rust-lang/libc/commit/d0bd7e2f2ff74d871b008069c175887cfc4e3867"><code>d0bd7e2</code></a>
NetBSD: add kinfo_file, kinfo_pcb structures and related constants</li>
<li><a
href="https://github.com/rust-lang/libc/commit/17f5cce00dec1207d659f21affc35fb39bca0340"><code>17f5cce</code></a>
build(deps): bump actions/upload-artifact from 6 to 7</li>
<li><a
href="https://github.com/rust-lang/libc/commit/62c89e800adae1a3555798aad9cfffc2b7a9e7b8"><code>62c89e8</code></a>
OpenBSD: Wrap an unused field in <code>Padding</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/82cb126e16b998d3c231bd320534e213b2096ff4"><code>82cb126</code></a>
enable musl32_time64 and musl_v1_2_3 for hexagon</li>
<li><a
href="https://github.com/rust-lang/libc/commit/e7f99026dc87849e0c0107019dca1a6418bec9e2"><code>e7f9902</code></a>
redox: fix blkcnt_t type</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.182...0.2.183">compare
view</a></li>
</ul>
</details>
<br />
Updates `once_cell` from 1.21.3 to 1.21.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md">once_cell's
changelog</a>.</em></p>
<blockquote>
<h2>1.21.4</h2>
<ul>
<li>
<p>Fix unsoundness in <code>OnceCell::wait</code> under
<code>--features=parking_lot</code>, <a
href="https://redirect.github.com/matklad/once_cell/pull/295">#295</a>.</p>
<p>If thread A calls <code>wait</code>, while thread B calls
<code>get_or_try_init(f)</code>, and, furthermore, <code>f</code>
panics,
the <code>wait</code> incorrectly returns and thread A observes
uninitialized memory.</p>
<p>Kudos to <a
href="https://github.com/meng-xu-cs"><code>@meng-xu-cs</code></a> for a
nice find!</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matklad/once_cell/commit/80fe900b21f6d76c1a2ed74d3343e8a3a88c46d0"><code>80fe900</code></a>
Merge pull request <a
href="https://redirect.github.com/matklad/once_cell/issues/296">#296</a>
from matklad/matklad/plfix</li>
<li><a
href="https://github.com/matklad/once_cell/commit/a5e09c971c23afb1a3be8ae32794e2dca940ccd4"><code>a5e09c9</code></a>
release 1.21.4</li>
<li><a
href="https://github.com/matklad/once_cell/commit/2426d45d85841879e71a880af543fd3d2be78db1"><code>2426d45</code></a>
Merge pull request <a
href="https://redirect.github.com/matklad/once_cell/issues/295">#295</a>
from matklad/matklad/plfix</li>
<li><a
href="https://github.com/matklad/once_cell/commit/a1441215db85adb6a47b0aa1062d1eea7c5fba65"><code>a144121</code></a>
Merge pull request <a
href="https://redirect.github.com/matklad/once_cell/issues/290">#290</a>
from alexanderkjall/run-tests-with-no-default-features</li>
<li><a
href="https://github.com/matklad/once_cell/commit/232a1a49b55154c0b6f12d662619000efd3aecd8"><code>232a1a4</code></a>
Merge pull request <a
href="https://redirect.github.com/matklad/once_cell/issues/292">#292</a>
from phil-opp/doc-fix</li>
<li><a
href="https://github.com/matklad/once_cell/commit/d31767bbcd33b03ee3360a9112eba41d1b278d3a"><code>d31767b</code></a>
fix OnceCell::wait with features=parking_lot</li>
<li><a
href="https://github.com/matklad/once_cell/commit/28d29ae1c1eb082617efb4eddb6dae3d0c607fdd"><code>28d29ae</code></a>
Fix: <code>sync::OnceCell::try_insert</code> docs should import
<code>sync</code> variant</li>
<li><a
href="https://github.com/matklad/once_cell/commit/0f78fb0d6d6a634fd76548f33fa38b250390e982"><code>0f78fb0</code></a>
make the command 'cargo test --no-default-features' work</li>
<li><a
href="https://github.com/matklad/once_cell/commit/fda60a6c70eb2e25a0c73bf515ec4779df3d2e6c"><code>fda60a6</code></a>
Merge pull request <a
href="https://redirect.github.com/matklad/once_cell/issues/287">#287</a>
from AbeZbm/add-tests</li>
<li><a
href="https://github.com/matklad/once_cell/commit/b5b98c09eb9c95376e150eb6bda8c7637bba5aa4"><code>b5b98c0</code></a>
Add tests for OnceRef</li>
<li>See full diff in <a
href="https://github.com/matklad/once_cell/compare/v1.21.3...v1.21.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `quote` from 1.0.44 to 1.0.45
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.45</h2>
<ul>
<li>Add ToTokens impl for Arc<T> (<a
href="https://redirect.github.com/dtolnay/quote/issues/326">#326</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/842ffde933fdd76cd1681a288bed136d8b95a97a"><code>842ffde</code></a>
Release 1.0.45</li>
<li><a
href="https://github.com/dtolnay/quote/commit/93d691cce95b31c607be7a2aef2a784abc60b525"><code>93d691c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/326">#326</a>
from dtolnay/arc</li>
<li><a
href="https://github.com/dtolnay/quote/commit/d27d589652ebe1ffc044f75e80ed3a6a86d3cdcd"><code>d27d589</code></a>
ToTokens for Arc</li>
<li><a
href="https://github.com/dtolnay/quote/commit/24d10826cf003ebaa74fd73cdc94ed36ccbae001"><code>24d1082</code></a>
Update ui test suite to nightly-2026-02-18</li>
<li><a
href="https://github.com/dtolnay/quote/commit/26b127632c74209ef5281452742a9fbd6fbab2cb"><code>26b1276</code></a>
Unpin CI miri toolchain</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c5e1c9ef46524e84d5072d0be5c7c62637986ce5"><code>c5e1c9e</code></a>
Pin CI miri to nightly-2026-02-11</li>
<li><a
href="https://github.com/dtolnay/quote/commit/58e21550d88a48248159939cfed14f30df3c0fee"><code>58e2155</code></a>
Remove compiler version support from readme</li>
<li><a
href="https://github.com/dtolnay/quote/commit/1fc6b50769abb6117f1b786d5c68a772cadaab04"><code>1fc6b50</code></a>
Raise required compiler to Rust 1.71</li>
<li><a
href="https://github.com/dtolnay/quote/commit/515480a4349d1842c10f92170a7949fa9916fd24"><code>515480a</code></a>
Update ui test suite to nightly-2026-02-01</li>
<li><a
href="https://github.com/dtolnay/quote/commit/2c5e7709dd9b7c7f5a0728d3ed4f8ade2940ad86"><code>2c5e770</code></a>
Update ui test suite to nightly-2026-01-30</li>
<li>See full diff in <a
href="https://github.com/dtolnay/quote/compare/1.0.44...1.0.45">compare
view</a></li>
</ul>
</details>
<br />
Updates `tempfile` from 3.26.0 to 3.27.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.27.0</h2>
<p>This release adds <code>TempPath::try_from_path</code> and deprecates
<code>TempPath::from_path</code>.</p>
<p>Prior to this release, <code>TempPath::from_path</code> made no
attempts to convert relative paths into absolute paths. The following
code would have deleted the wrong file:</p>
<pre lang="rust"><code>let tmp_path =
TempPath::from_path("foo")
std::env::set_current_dir("/some/other/path").unwrap();
drop(tmp_path);
</code></pre>
<p>Now:</p>
<ol>
<li><code>TempPath::from_path</code> will attempt to convert relative
paths into absolute paths. However, this isn't always possible as we
need to call <code>std::env::current_dir</code>, which can fail. If we
fail to convert the relative path to an absolute path, we simply keep
the relative path.</li>
<li>The <code>TempPath::try_from_path</code> behaves exactly like
<code>TempPath::from_path</code>, except that it returns an error if we
fail to convert a relative path into an absolute path (or if the passed
path is empty).</li>
</ol>
<p>Neither function attempt to verify the existence of the file in
question.</p>
<p>Thanks to <a
href="https://github.com/meng-xu-cs"><code>@meng-xu-cs</code></a> for
reporting this issue.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/5c8fa12eb584931b4f1bccfde87eb72fbfa7dc61"><code>5c8fa12</code></a>
chore: release 3.27.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/e34e5748d66a48073ec8e1e6ba37338eecca4548"><code>e34e574</code></a>
test: disable uds conflict test on redox</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/772c795a27342089dd0dc48125b82454e75ac38d"><code>772c795</code></a>
test: add CWD guards</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/2632fb9e9465b86141b5bbe47b07dbf5b7110072"><code>2632fb9</code></a>
fix: resolve relative paths when constructing <code>TempPath</code></li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.26.0...v3.27.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `zerocopy` from 0.8.40 to 0.8.47
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/zerocopy/releases">zerocopy's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.47</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Change ref_from_bytes() to inline(always). by <a
href="https://github.com/korran"><code>@korran</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3137">google/zerocopy#3137</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46...v0.8.47">https://github.com/google/zerocopy/compare/v0.8.46...v0.8.47</a></p>
<h2>v0.8.46</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[codegen] Document and test <code>IntoBytes</code> by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3109">google/zerocopy#3109</a></li>
<li>[codegen] Test and document codegen for <code>SplitAt</code> and
<code>Split</code> by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3111">google/zerocopy#3111</a></li>
<li>[test] Fix mis-run UI tests by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3134">google/zerocopy#3134</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.45...v0.8.46">https://github.com/google/zerocopy/compare/v0.8.45...v0.8.46</a></p>
<h2>v0.8.46-alpha.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] When releasing, don't dry-run zerocopy publish by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3126">google/zerocopy#3126</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha.2...v0.8.46-alpha.3">https://github.com/google/zerocopy/compare/v0.8.46-alpha.2...v0.8.46-alpha.3</a></p>
<h2>v0.8.46-alpha.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] In releasing script, pass <code>--allow-dirty</code> by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3125">google/zerocopy#3125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha.1...v0.8.46-alpha.2">https://github.com/google/zerocopy/compare/v0.8.46-alpha.1...v0.8.46-alpha.2</a></p>
<h2>v0.8.46-alpha.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] Bypass vendoring during publication by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3124">google/zerocopy#3124</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha...v0.8.46-alpha.1">https://github.com/google/zerocopy/compare/v0.8.46-alpha...v0.8.46-alpha.1</a></p>
<h2>v0.8.46-alpha</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/zerocopy/commit/a6a530d0b09bb6218b8b1d7471ad0157096aeaee"><code>a6a530d</code></a>
Release 0.8.47 (<a
href="https://redirect.github.com/google/zerocopy/issues/3138">#3138</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/d6d67bfa47c16076373c190dcaacc1747403865f"><code>d6d67bf</code></a>
Change ref_from_bytes() to inline(always). (<a
href="https://redirect.github.com/google/zerocopy/issues/3137">#3137</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/e38763fcad951b7bf33bc9d12b45f6080411917e"><code>e38763f</code></a>
Release 0.8.46 (<a
href="https://redirect.github.com/google/zerocopy/issues/3136">#3136</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/f5c1f58f6dc140ca05cb75ee5c2caf1ba7226b44"><code>f5c1f58</code></a>
[test] Fix mis-run UI tests (<a
href="https://redirect.github.com/google/zerocopy/issues/3134">#3134</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/c2bdaa5ddf6efa80b0323e5e88f41dcdcbd05a77"><code>c2bdaa5</code></a>
ci: update step-security/harden-runner to v2.16.0 (<a
href="https://redirect.github.com/google/zerocopy/issues/3135">#3135</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/e4f2484590d71ae340ea2f9afe90c4138e284a5c"><code>e4f2484</code></a>
[codegen] Test and document codegen for <code>SplitAt</code> and
<code>Split</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3111">#3111</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/0c4f8438826cfef41e7397111e166f91d2ddd4a2"><code>0c4f843</code></a>
[codegen] Document and test <code>IntoBytes</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3109">#3109</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/13024e9877d757a0883d84b6c7f0d15c8a1de12c"><code>13024e9</code></a>
[ci] Re-enable zizmor (<a
href="https://redirect.github.com/google/zerocopy/issues/3119">#3119</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/52311da31d3f65c3864174c67ef0ae0e671f3dd6"><code>52311da</code></a>
[codegen] Use <code>cargo.sh +nightly</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3131">#3131</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/d8124807fcd2d166c6fa4c3e5d690cba9be1a5f5"><code>d812480</code></a>
[ci] Update <code>auto-approve.yml</code> to play nicely with CI (<a
href="https://redirect.github.com/google/zerocopy/issues/3130">#3130</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/zerocopy/compare/v0.8.40...v0.8.47">compare
view</a></li>
</ul>
</details>
<br />
Updates `zerocopy-derive` from 0.8.40 to 0.8.47
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/zerocopy/releases">zerocopy-derive's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.47</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Change ref_from_bytes() to inline(always). by <a
href="https://github.com/korran"><code>@korran</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3137">google/zerocopy#3137</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46...v0.8.47">https://github.com/google/zerocopy/compare/v0.8.46...v0.8.47</a></p>
<h2>v0.8.46</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[codegen] Document and test <code>IntoBytes</code> by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3109">google/zerocopy#3109</a></li>
<li>[codegen] Test and document codegen for <code>SplitAt</code> and
<code>Split</code> by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3111">google/zerocopy#3111</a></li>
<li>[test] Fix mis-run UI tests by <a
href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3134">google/zerocopy#3134</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.45...v0.8.46">https://github.com/google/zerocopy/compare/v0.8.45...v0.8.46</a></p>
<h2>v0.8.46-alpha.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] When releasing, don't dry-run zerocopy publish by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3126">google/zerocopy#3126</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha.2...v0.8.46-alpha.3">https://github.com/google/zerocopy/compare/v0.8.46-alpha.2...v0.8.46-alpha.3</a></p>
<h2>v0.8.46-alpha.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] In releasing script, pass <code>--allow-dirty</code> by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3125">google/zerocopy#3125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha.1...v0.8.46-alpha.2">https://github.com/google/zerocopy/compare/v0.8.46-alpha.1...v0.8.46-alpha.2</a></p>
<h2>v0.8.46-alpha.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[ci] Bypass vendoring during publication by <a
href="https://github.com/joshlf"><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/3124">google/zerocopy#3124</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.46-alpha...v0.8.46-alpha.1">https://github.com/google/zerocopy/compare/v0.8.46-alpha...v0.8.46-alpha.1</a></p>
<h2>v0.8.46-alpha</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/zerocopy/commit/a6a530d0b09bb6218b8b1d7471ad0157096aeaee"><code>a6a530d</code></a>
Release 0.8.47 (<a
href="https://redirect.github.com/google/zerocopy/issues/3138">#3138</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/d6d67bfa47c16076373c190dcaacc1747403865f"><code>d6d67bf</code></a>
Change ref_from_bytes() to inline(always). (<a
href="https://redirect.github.com/google/zerocopy/issues/3137">#3137</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/e38763fcad951b7bf33bc9d12b45f6080411917e"><code>e38763f</code></a>
Release 0.8.46 (<a
href="https://redirect.github.com/google/zerocopy/issues/3136">#3136</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/f5c1f58f6dc140ca05cb75ee5c2caf1ba7226b44"><code>f5c1f58</code></a>
[test] Fix mis-run UI tests (<a
href="https://redirect.github.com/google/zerocopy/issues/3134">#3134</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/c2bdaa5ddf6efa80b0323e5e88f41dcdcbd05a77"><code>c2bdaa5</code></a>
ci: update step-security/harden-runner to v2.16.0 (<a
href="https://redirect.github.com/google/zerocopy/issues/3135">#3135</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/e4f2484590d71ae340ea2f9afe90c4138e284a5c"><code>e4f2484</code></a>
[codegen] Test and document codegen for <code>SplitAt</code> and
<code>Split</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3111">#3111</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/0c4f8438826cfef41e7397111e166f91d2ddd4a2"><code>0c4f843</code></a>
[codegen] Document and test <code>IntoBytes</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3109">#3109</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/13024e9877d757a0883d84b6c7f0d15c8a1de12c"><code>13024e9</code></a>
[ci] Re-enable zizmor (<a
href="https://redirect.github.com/google/zerocopy/issues/3119">#3119</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/52311da31d3f65c3864174c67ef0ae0e671f3dd6"><code>52311da</code></a>
[codegen] Use <code>cargo.sh +nightly</code> (<a
href="https://redirect.github.com/google/zerocopy/issues/3131">#3131</a>)</li>
<li><a
href="https://github.com/google/zerocopy/commit/d8124807fcd2d166c6fa4c3e5d690cba9be1a5f5"><code>d812480</code></a>
[ci] Update <code>auto-approve.yml</code> to play nicely with CI (<a
href="https://redirect.github.com/google/zerocopy/issues/3130">#3130</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/zerocopy/compare/v0.8.40...v0.8.47">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f2c9517 commit 98694a7
1 file changed
+16
-305
lines changed
0 commit comments