Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo: bump the patch group with 9 updates (#2682)
Bumps the patch group with 9 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.31` | | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` | | [mdbook](https://github.com/rust-lang/mdBook) | `0.4.44` | `0.4.45` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.14` | `0.8.21` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.137` | `1.0.142` | | [cxx-build](https://github.com/dtolnay/cxx) | `1.0.137` | `1.0.142` | Updates `anyhow` from 1.0.95 to 1.0.96 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.96</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/f0aa0d367f7545827d4034c9fe4394b9ce9069c3"><code>f0aa0d3</code></a> Release 1.0.96</li> <li><a href="https://github.com/dtolnay/anyhow/commit/bc33c24bd29029e2e609c94f59b67dec489bb325"><code>bc33c24</code></a> Convert html links to intra-doc links</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1cff785c761491ea42f41e8981d81042945e5952"><code>1cff785</code></a> Unset doc-scrape-examples for lib target</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d71c806e972e27004121337813fe54beefc661ba"><code>d71c806</code></a> More precise gitignore patterns</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3e409755ce450b19ba42f620f0db0d102e41bb92"><code>3e40975</code></a> Remove **/*.rs.bk from project-specific gitignore</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b880dd050e98417ad2b47472b71e47c788126faf"><code>b880dd0</code></a> Ignore Cargo-generated tests/crate/target directory</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8891ce34b4552f14ab243162ecfb6e8bf62bce16"><code>8891ce3</code></a> Merge pull request <a href="https://github.com/dtolnay/anyhow/issues/404">#404</a> from dtolnay/missingabi</li> <li><a href="https://github.com/dtolnay/anyhow/commit/51a173ee6894f01a1cb720406b42e6bc799260bf"><code>51a173e</code></a> Ignore missing_abi lint in nightly-2025-01-16</li> <li><a href="https://github.com/dtolnay/anyhow/commit/4d71a84097b67307dff20f489621b015388cccc6"><code>4d71a84</code></a> Ignore double_ended_iterator_last clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/af0937ef72fbaf9784a6c991e029738728d025e2"><code>af0937e</code></a> Update ui test suite to nightly-2025-01-02</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.96">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.27 to 4.5.31 <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.31</h2> <h2>[4.5.31] - 2025-02-24</h2> <h3>Features</h3> <ul> <li>Add <code>ValueParserFactory</code> for <code>Saturating<T></code></li> </ul> <h2>v4.5.30</h2> <h2>[4.5.30] - 2025-02-17</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with <code>SetTrue</code></li> <li><em>(assert)</em> Clean up rendering of <code>takes_values</code> assertions</li> </ul> <h2>v4.5.29</h2> <h2>[4.5.29] - 2025-02-11</h2> <h3>Fixes</h3> <ul> <li>Change <code>ArgMatches::args_present</code> so not-present flags are considered not-present (matching the documentation)</li> </ul> <h2>v4.5.28</h2> <h2>[4.5.28] - 2025-02-03</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Unstable support for full markdown syntax for doc comments, enabled with <code>unstable-markdown</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.31] - 2025-02-24</h2> <h3>Features</h3> <ul> <li>Add <code>ValueParserFactory</code> for <code>Saturating<T></code></li> </ul> <h2>[4.5.30] - 2025-02-17</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with <code>SetTrue</code></li> <li><em>(assert)</em> Clean up rendering of <code>takes_values</code> assertions</li> </ul> <h2>[4.5.29] - 2025-02-11</h2> <h3>Fixes</h3> <ul> <li>Change <code>ArgMatches::args_present</code> so not-present flags are considered not-present (matching the documentation)</li> </ul> <h2>[4.5.28] - 2025-02-03</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Unstable support for full markdown syntax for doc comments, enabled with <code>unstable-markdown</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/acf9abbc1b564cac24ed45b1b5906c90d688f4f0"><code>acf9abb</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/9186a1872c64cc912e553adbcc5f693206e4f013"><code>9186a18</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/233c316d1145be12c95eb05306575d42a44e154c"><code>233c316</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5926">#5926</a> from sorairolake/feature/value-parser-factory-for-sa...</li> <li><a href="https://github.com/clap-rs/clap/commit/13931a25e704fadcaa33cda45e12f6544a023588"><code>13931a2</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5923">#5923</a> from Reverier-Xu/master</li> <li><a href="https://github.com/clap-rs/clap/commit/536e29fb85919f23e8551135ae448fd92326159f"><code>536e29f</code></a> feat(builder): Add <code>ValueParserFactory</code> for <code>Saturating\<T></code></li> <li><a href="https://github.com/clap-rs/clap/commit/45ed71c0f235feb65d23568775e16b1f34c9f8d4"><code>45ed71c</code></a> chore: Avoid using gen for rust 2024 preserved keyword</li> <li><a href="https://github.com/clap-rs/clap/commit/5029bb3d11809403cb9c1b37f970a8625aee56cd"><code>5029bb3</code></a> chore: Avoid using <code>gen</code> for rust 2024 preserved keyword</li> <li><a href="https://github.com/clap-rs/clap/commit/8a1d59bbb068b82fe9ae55ff613a3a6927d3b964"><code>8a1d59b</code></a> chore(deps): Update Rust Stable to v1.85 (<a href="https://github.com/clap-rs/clap/issues/5921">#5921</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/9caee534e05a16b223d4d4d7f94e5c1717c0b6dc"><code>9caee53</code></a> docs(changelog): Clarify 5.0.0</li> <li><a href="https://github.com/clap-rs/clap/commit/cb2352f84a7663f32a89e70f01ad24446d5fa1e2"><code>cb2352f</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5918">#5918</a> from epage/test</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.27...v4.5.31">compare view</a></li> </ul> </details> <br /> Updates `log` from 0.4.25 to 0.4.26 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/releases">log's releases</a>.</em></p> <blockquote> <h2>0.4.26</h2> <h2>What's Changed</h2> <ul> <li>Derive <code>Clone</code> for <code>kv::Value</code> by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://github.com/rust-lang/log/pull/668">rust-lang/log#668</a></li> <li>Add <code>spdlog-rs</code> link to crate doc by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://github.com/rust-lang/log/pull/669">rust-lang/log#669</a></li> <li>Prepare for 0.4.26 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://github.com/rust-lang/log/pull/670">rust-lang/log#670</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26">https://github.com/rust-lang/log/compare/0.4.25...0.4.26</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.26] - 2025-02-18</h2> <h2>What's Changed</h2> <ul> <li>Derive <code>Clone</code> for <code>kv::Value</code> by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://github.com/rust-lang/log/pull/668">rust-lang/log#668</a></li> <li>Add <code>spdlog-rs</code> link to crate doc by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://github.com/rust-lang/log/pull/669">rust-lang/log#669</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26">https://github.com/rust-lang/log/compare/0.4.25...0.4.26</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/5a915548178b06f16049e3a4d0de79251bdf9603"><code>5a91554</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/670">#670</a> from rust-lang/cargo/0.4.26</li> <li><a href="https://github.com/rust-lang/log/commit/5aba0c2290067bf527bbff762cf5414096502446"><code>5aba0c2</code></a> prepare for 0.4.26 release</li> <li><a href="https://github.com/rust-lang/log/commit/0551261bb4588b7f8afc8be05640347c97b67e10"><code>0551261</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/669">#669</a> from SpriteOvO/crate-doc-update</li> <li><a href="https://github.com/rust-lang/log/commit/3ff3bdcbd79e9e36c3d6c318d3a6d56a97d3b119"><code>3ff3bdc</code></a> Merge pull request <a href="https://github.com/rust-lang/log/issues/668">#668</a> from SpriteOvO/value-clone</li> <li><a href="https://github.com/rust-lang/log/commit/931d8832d0c60d062ee61d228def4044efcbd8c0"><code>931d883</code></a> Add <code>spdlog-rs</code> link to crate doc</li> <li><a href="https://github.com/rust-lang/log/commit/310c9b43ffe767dec16531c7839861b28f709ee9"><code>310c9b4</code></a> Derive <code>Clone</code> for <code>kv::Value</code></li> <li>See full diff in <a href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26">compare view</a></li> </ul> </details> <br /> Updates `mdbook` from 0.4.44 to 0.4.45 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/mdBook/releases">mdbook's releases</a>.</em></p> <blockquote> <h2>v0.4.45</h2> <p>See <a href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0445">https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0445</a> for a complete list of changes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md">mdbook's changelog</a>.</em></p> <blockquote> <h2>mdBook 0.4.45</h2> <p><a href="https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45">v0.4.44...v0.4.45</a></p> <h3>Changed</h3> <ul> <li>Added context to error message when rustdoc is not found. <a href="https://github.com/rust-lang/mdBook/pull/2545">#2545</a></li> <li>Slightly changed the styling rules around margins of footnotes. <a href="https://github.com/rust-lang/mdBook/pull/2524">#2524</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed an issue where it would panic if a source_path is not set. <a href="https://github.com/rust-lang/mdBook/pull/2550">#2550</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/mdBook/commit/4941acdb8705728a5ea9d77987f31fdafefdcee1"><code>4941acd</code></a> Merge pull request <a href="https://github.com/rust-lang/mdBook/issues/2551">#2551</a> from ehuss/bump-version</li> <li><a href="https://github.com/rust-lang/mdBook/commit/7e3d2f96abb658ba9245144360b2512d44153eae"><code>7e3d2f9</code></a> Update to 0.4.45</li> <li><a href="https://github.com/rust-lang/mdBook/commit/ddba36b24c63964fa213b171246443760499d04d"><code>ddba36b</code></a> Merge pull request <a href="https://github.com/rust-lang/mdBook/issues/2524">#2524</a> from WaffleLapkin/first-last-of-type-footnote</li> <li><a href="https://github.com/rust-lang/mdBook/commit/35cf96a0647239ff8c8b0317dd3dfcf872f0d4a6"><code>35cf96a</code></a> Merge pull request <a href="https://github.com/rust-lang/mdBook/issues/2550">#2550</a> from ehuss/fix-expected-source-path</li> <li><a href="https://github.com/rust-lang/mdBook/commit/5777a0edc4af9cd4617ab795c82298913ae685bd"><code>5777a0e</code></a> Fix issue with None source_path</li> <li><a href="https://github.com/rust-lang/mdBook/commit/53c3a92285bc930a2cda10d6d6ac0eb7f38665ee"><code>53c3a92</code></a> Add test for a chapter with no source path</li> <li><a href="https://github.com/rust-lang/mdBook/commit/132ca0dca3999aac43e50ad0821bb652c6a0db81"><code>132ca0d</code></a> Merge pull request <a href="https://github.com/rust-lang/mdBook/issues/2548">#2548</a> from tamird/patch-1</li> <li><a href="https://github.com/rust-lang/mdBook/commit/56c2b9ba3a1db64352537abae918bd739a498063"><code>56c2b9b</code></a> README.md: update workflow status badge</li> <li><a href="https://github.com/rust-lang/mdBook/commit/542b6feed1c9eaab5697437e037c370490e91f03"><code>542b6fe</code></a> Merge pull request <a href="https://github.com/rust-lang/mdBook/issues/2545">#2545</a> from ehuss/rustdoc-missing-error</li> <li><a href="https://github.com/rust-lang/mdBook/commit/2af44a396f9b1dd496692d3986d4873d9a0d4c03"><code>2af44a3</code></a> Add context when <code>rustdoc</code> command is not found</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.217 to 1.0.218 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.218</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/7bfd518dd44a3fcf17bb6d46345c23fe7e60e8e3"><code>7bfd518</code></a> Release 1.0.218</li> <li><a href="https://github.com/serde-rs/serde/commit/723a9491e256486eb85ec0e7e6389c10e41d2eff"><code>723a949</code></a> Merge pull request <a href="https://github.com/serde-rs/serde/issues/2895">#2895</a> from dtolnay/stabledoc</li> <li><a href="https://github.com/serde-rs/serde/commit/2b44efb085aa219cb9f474983cb081731f4443d6"><code>2b44efb</code></a> Point standard library links to stable</li> <li><a href="https://github.com/serde-rs/serde/commit/03dc0fc137675c4fd67b8828d18b92230ca2be2e"><code>03dc0fc</code></a> Merge pull request <a href="https://github.com/serde-rs/serde/issues/2894">#2894</a> from dtolnay/doclink</li> <li><a href="https://github.com/serde-rs/serde/commit/85cb0c478e249e47b897dbfe59e5d271377e0bc3"><code>85cb0c4</code></a> Convert html links to intra-doc links</li> <li><a href="https://github.com/serde-rs/serde/commit/abe71944803429f3ba160528237f66689a0440dd"><code>abe7194</code></a> Update ui test suite to nightly-2025-02-12</li> <li><a href="https://github.com/serde-rs/serde/commit/aaccac7413fa44c74ca40c3b7d956a70bb144330"><code>aaccac7</code></a> Unset doc-scrape-examples for lib target</li> <li><a href="https://github.com/serde-rs/serde/commit/7cd4d84cac270200ed2ab1adb3a2847fa54a3766"><code>7cd4d84</code></a> Update ui test suite to nightly-2025-02-07</li> <li><a href="https://github.com/serde-rs/serde/commit/04ff3e8f950eb9862759781d85ec29d906917b70"><code>04ff3e8</code></a> More precise gitignore patterns</li> <li><a href="https://github.com/serde-rs/serde/commit/dc3031b614eba65d8930bc90daabc45e627230d1"><code>dc3031b</code></a> Remove *.sw[po] from gitignore</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.138 to 1.0.139 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.139</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/4d4f53c3b7de3259b6a8a15ef4d5f4edb47af32f"><code>4d4f53c</code></a> Release 1.0.139</li> <li><a href="https://github.com/serde-rs/json/commit/5d6b32f3786e93e0c73a497bd1a900ae256f7f13"><code>5d6b32f</code></a> Merge pull request <a href="https://github.com/serde-rs/json/issues/1242">#1242</a> from dtolnay/writefloat</li> <li><a href="https://github.com/serde-rs/json/commit/e5bb8bd38fe3b347655429b79d21ed89b366b706"><code>e5bb8bd</code></a> Document behavior of write_f32/f64 on non-finite floats</li> <li><a href="https://github.com/serde-rs/json/commit/7a797810d2bedb9255ecef720112623ddb356805"><code>7a79781</code></a> Merge pull request <a href="https://github.com/serde-rs/json/issues/1241">#1241</a> from dtolnay/doclink</li> <li><a href="https://github.com/serde-rs/json/commit/13591f1dd4baf2d510e56138599906815e9d798a"><code>13591f1</code></a> Convert html links to intra-doc links</li> <li><a href="https://github.com/serde-rs/json/commit/1d7378e8ee87e9225da28094329e06345b76cd99"><code>1d7378e</code></a> Unset doc-scrape-examples for lib target</li> <li><a href="https://github.com/serde-rs/json/commit/1174c5f57db44c26460951b525c6ede50984b655"><code>1174c5f</code></a> Resolve unnecessary_semicolon pedantic clippy lint</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.138...v1.0.139">compare view</a></li> </ul> </details> <br /> Updates `zerocopy` from 0.8.14 to 0.8.21 <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.20</h2> <h2>What's Changed</h2> <ul> <li>[readme] Explain maintenance, thank contributors by <a href="https://github.com/joshlf"><code>@joshlf</code></a> in <a href="https://github.com/google/zerocopy/pull/2360">google/zerocopy#2360</a></li> <li>Release 0.8.20 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2361">google/zerocopy#2361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.19...v0.8.20">https://github.com/google/zerocopy/compare/v0.8.19...v0.8.20</a></p> <h2>v0.8.19</h2> <h2>What's Changed</h2> <ul> <li>Fix soundness of FromBytes::read_from_io (<a href="https://github.com/google/zerocopy/issues/2320">#2320</a>) by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2358">google/zerocopy#2358</a></li> <li>Release 0.8.19 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2359">google/zerocopy#2359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.18...v0.8.19">https://github.com/google/zerocopy/compare/v0.8.18...v0.8.19</a></p> <h2>v0.8.18</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Self: IntoBytes</code> bound to <code>TryFromBytes::try_mut*</code> by <a href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a href="https://github.com/google/zerocopy/pull/2331">google/zerocopy#2331</a></li> <li>Release 0.8.18 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2342">google/zerocopy#2342</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.17...v0.8.18">https://github.com/google/zerocopy/compare/v0.8.17...v0.8.18</a></p> <h2>v0.8.17</h2> <h2>What's Changed</h2> <ul> <li>[derive] Fix bug with KnownLayout on repr(packed) by <a href="https://github.com/joshlf"><code>@joshlf</code></a> in <a href="https://github.com/google/zerocopy/pull/2307">google/zerocopy#2307</a></li> <li>Release 0.8.17 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2308">google/zerocopy#2308</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.16...v0.8.17">https://github.com/google/zerocopy/compare/v0.8.16...v0.8.17</a></p> <h2>v0.8.16</h2> <h2>What's Changed</h2> <ul> <li>Enforce <code>Src: FromBytes</code> in <code>try_transmute_mut!</code> by <a href="https://github.com/jswrenn"><code>@jswrenn</code></a> in <a href="https://github.com/google/zerocopy/pull/2229">google/zerocopy#2229</a></li> <li>Release 0.8.16 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2297">google/zerocopy#2297</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.15...v0.8.16">https://github.com/google/zerocopy/compare/v0.8.15...v0.8.16</a></p> <h2>v0.8.15</h2> <h2>What's Changed</h2> <ul> <li>[derive] Implement an IntoBytes-based PartialEq/Eq derive by <a href="https://github.com/max-heller"><code>@max-heller</code></a> in <a href="https://github.com/google/zerocopy/pull/2285">google/zerocopy#2285</a></li> <li>Release 0.8.15 by <a href="https://github.com/google-pr-creation-bot"><code>@google-pr-creation-bot</code></a> in <a href="https://github.com/google/zerocopy/pull/2294">google/zerocopy#2294</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/zerocopy/compare/v0.8.15-alpha...v0.8.15">https://github.com/google/zerocopy/compare/v0.8.15-alpha...v0.8.15</a></p> <h2>v0.8.15-alpha</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/zerocopy/commit/dccbbcd8714eebeeac794ca5dd1ba1cbecc09ea2"><code>dccbbcd</code></a> Release 0.8.21 (<a href="https://github.com/google/zerocopy/issues/2402">#2402</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/0772a12d22c72c5ab3b48833ca021da6a77c8808"><code>0772a12</code></a> Support 16-bit target platforms (<a href="https://github.com/google/zerocopy/issues/2401">#2401</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/367e68b06c9215c66f442c6d2523a598d3465387"><code>367e68b</code></a> [pointer] Improve soundness of invariant modeling (<a href="https://github.com/google/zerocopy/issues/2397">#2397</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/417344326c98ae7712d09965bde670d577fe4f17"><code>4173443</code></a> [layout] Update test documentation (<a href="https://github.com/google/zerocopy/issues/2026">#2026</a>) (<a href="https://github.com/google/zerocopy/issues/2396">#2396</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/fe70ab6911f954f390b9ff04871e3c58fbba24e0"><code>fe70ab6</code></a> [pointer] Fix Ptr[Inner] variance (<a href="https://github.com/google/zerocopy/issues/2351">#2351</a>) (<a href="https://github.com/google/zerocopy/issues/2393">#2393</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/8bbfec2ab80658500d2067860a6ef3bcdb17e78e"><code>8bbfec2</code></a> [ci] Don't run on push (<a href="https://github.com/google/zerocopy/issues/1882">#1882</a>) (<a href="https://github.com/google/zerocopy/issues/2394">#2394</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/a90f4d4a9d5643d205e0d0c73ff92f2946dd1983"><code>a90f4d4</code></a> [ci] Add GitHub Action to backport PR (backports <a href="https://github.com/google/zerocopy/issues/2017">#2017</a> and <a href="https://github.com/google/zerocopy/issues/2018">#2018</a>) (<a href="https://github.com/google/zerocopy/issues/2391">#2391</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/15a2cf5ac55b3d928e75897e5c4448e34540529d"><code>15a2cf5</code></a> documented how to implement enums with endian-specific tags (<a href="https://github.com/google/zerocopy/issues/1993">#1993</a>) (<a href="https://github.com/google/zerocopy/issues/2390">#2390</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/47949a4097f4b941d295150bebe96024db0e5847"><code>47949a4</code></a> [pointer][invariant] Remove AliasingMapping, Inaccessible (<a href="https://github.com/google/zerocopy/issues/2301">#2301</a>) (<a href="https://github.com/google/zerocopy/issues/2386">#2386</a>)</li> <li><a href="https://github.com/google/zerocopy/commit/bce7ec57663d84ee14fed6c26820a2601b0a7014"><code>bce7ec5</code></a> [CI] skip installation step when cache hit (<a href="https://github.com/google/zerocopy/issues/1978">#1978</a>) (<a href="https://github.com/google/zerocopy/issues/2385">#2385</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/zerocopy/compare/v0.8.14...v0.8.21">compare view</a></li> </ul> </details> <br /> Updates `cxx` from 1.0.137 to 1.0.142 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/cxx/releases">cxx's releases</a>.</em></p> <blockquote> <h2>1.0.142</h2> <ul> <li>Add template deduction guide for rust::Slice constructor (<a href="https://github.com/dtolnay/cxx/issues/1449">#1449</a>, thanks <a href="https://github.com/JonathonReinhart"><code>@JonathonReinhart</code></a>)</li> </ul> <h2>1.0.141</h2> <ul> <li>Fix missing <code>#include <ranges></code> (<a href="https://github.com/dtolnay/cxx/issues/1442">#1442</a>, <a href="https://github.com/dtolnay/cxx/issues/1443">#1443</a>, thanks <a href="https://github.com/atetubou"><code>@atetubou</code></a>)</li> </ul> <h2>1.0.140</h2> <ul> <li>Add <code>rust::String(const char8_t *)</code> and <code>rust::String(const char8_t *, size_t)</code> constructors (<a href="https://github.com/dtolnay/cxx/issues/1437">#1437</a>, thanks <a href="https://github.com/anforowicz"><code>@anforowicz</code></a>)</li> <li>Declare <code>operator+(ptrdiff_t, Slice<T>::iterator)</code> to be <code>noexcept</code> (<a href="https://github.com/dtolnay/cxx/issues/1440">#1440</a>)</li> </ul> <h2>1.0.139</h2> <ul> <li>Make <code>rust::Slice</code> satisfy C++20 <code>contiguous_range</code> concept (<a href="https://github.com/dtolnay/cxx/issues/1432">#1432</a>, thanks <a href="https://github.com/anforowicz"><code>@anforowicz</code></a>)</li> </ul> <h2>1.0.138</h2> <ul> <li>Add method to convert from <code>&CxxString</code> to <code>&CStr</code> (<a href="https://github.com/dtolnay/cxx/issues/1431">#1431</a>, thanks <a href="https://github.com/nyurik"><code>@nyurik</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/cxx/commit/4b4e1c1039c5787078cb4cfb7833fba5097e8efa"><code>4b4e1c1</code></a> Release 1.0.142</li> <li><a href="https://github.com/dtolnay/cxx/commit/db3aaac6a02a8aafa344463ee0666c311f75a91f"><code>db3aaac</code></a> Lockfile update</li> <li><a href="https://github.com/dtolnay/cxx/commit/6aa95012fbd27931938dffb6cea8fc3db4f8c54c"><code>6aa9501</code></a> Touch up tests of std::span -> rust::Slice deduction</li> <li><a href="https://github.com/dtolnay/cxx/commit/5702ef80fb0b87ae4fb22e88f7ee474bcc9b922e"><code>5702ef8</code></a> Merge pull request 1449 from JonathonReinhart/add-Slice-ctor-deduction-guide</li> <li><a href="https://github.com/dtolnay/cxx/commit/bdf2e39ea06f42a7b690beb3fb467b6d5e729de4"><code>bdf2e39</code></a> Disable clippy in CI due to ICE</li> <li><a href="https://github.com/dtolnay/cxx/commit/33f3fa8ba4c154edd4751df7ad18ecacf5091345"><code>33f3fa8</code></a> Add template deduction guide for Slice constructor</li> <li><a href="https://github.com/dtolnay/cxx/commit/94e8e46066b560fb9dc8964f047f68d066786916"><code>94e8e46</code></a> Revert "Bump Bazel build to rustc 1.85.0"</li> <li><a href="https://github.com/dtolnay/cxx/commit/0c114bece7d62ab4af6fc186613b0e1de5ff86bf"><code>0c114be</code></a> One more stable standard library crate</li> <li><a href="https://github.com/dtolnay/cxx/commit/aeec46014457048d0c5ce6f3dd95081bf1ba182c"><code>aeec460</code></a> Bump Bazel build to rustc 1.85.0</li> <li><a href="https://github.com/dtolnay/cxx/commit/2379562a10ac8900dfa40f0a9cdbd65115b27bdb"><code>2379562</code></a> Bump Bazel build to rustc 1.84.1</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/cxx/compare/1.0.137...1.0.142">compare view</a></li> </ul> </details> <br /> Updates `cxx-build` from 1.0.137 to 1.0.142 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/cxx/releases">cxx-build's releases</a>.</em></p> <blockquote> <h2>1.0.142</h2> <ul> <li>Add template deduction guide for rust::Slice constructor (<a href="https://github.com/dtolnay/cxx/issues/1449">#1449</a>, thanks <a href="https://github.com/JonathonReinhart"><code>@JonathonReinhart</code></a>)</li> </ul> <h2>1.0.141</h2> <ul> <li>Fix missing <code>#include <ranges></code> (<a href="https://github.com/dtolnay/cxx/issues/1442">#1442</a>, <a href="https://github.com/dtolnay/cxx/issues/1443">#1443</a>, thanks <a href="https://github.com/atetubou"><code>@atetubou</code></a>)</li> </ul> <h2>1.0.140</h2> <ul> <li>Add <code>rust::String(const char8_t *)</code> and <code>rust::String(const char8_t *, size_t)</code> constructors (<a href="https://github.com/dtolnay/cxx/issues/1437">#1437</a>, thanks <a href="https://github.com/anforowicz"><code>@anforowicz</code></a>)</li> <li>Declare <code>operator+(ptrdiff_t, Slice<T>::iterator)</code> to be <code>noexcept</code> (<a href="https://github.com/dtolnay/cxx/issues/1440">#1440</a>)</li> </ul> <h2>1.0.139</h2> <ul> <li>Make <code>rust::Slice</code> satisfy C++20 <code>contiguous_range</code> concept (<a href="https://github.com/dtolnay/cxx/issues/1432">#1432</a>, thanks <a href="https://github.com/anforowicz"><code>@anforowicz</code></a>)</li> </ul> <h2>1.0.138</h2> <ul> <li>Add method to convert from <code>&CxxString</code> to <code>&CStr</code> (<a href="https://github.com/dtolnay/cxx/issues/1431">#1431</a>, thanks <a href="https://github.com/nyurik"><code>@nyurik</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/cxx/commit/4b4e1c1039c5787078cb4cfb7833fba5097e8efa"><code>4b4e1c1</code></a> Release 1.0.142</li> <li><a href="https://github.com/dtolnay/cxx/commit/db3aaac6a02a8aafa344463ee0666c311f75a91f"><code>db3aaac</code></a> Lockfile update</li> <li><a href="https://github.com/dtolnay/cxx/commit/6aa95012fbd27931938dffb6cea8fc3db4f8c54c"><code>6aa9501</code></a> Touch up tests of std::span -> rust::Slice deduction</li> <li><a href="https://github.com/dtolnay/cxx/commit/5702ef80fb0b87ae4fb22e88f7ee474bcc9b922e"><code>5702ef8</code></a> Merge pull request 1449 from JonathonReinhart/add-Slice-ctor-deduction-guide</li> <li><a href="https://github.com/dtolnay/cxx/commit/bdf2e39ea06f42a7b690beb3fb467b6d5e729de4"><code>bdf2e39</code></a> Disable clippy in CI due to ICE</li> <li><a href="https://github.com/dtolnay/cxx/commit/33f3fa8ba4c154edd4751df7ad18ecacf5091345"><code>33f3fa8</code></a> Add template deduction guide for Slice constructor</li> <li><a href="https://github.com/dtolnay/cxx/commit/94e8e46066b560fb9dc8964f047f68d066786916"><code>94e8e46</code></a> Revert "Bump Bazel build to rustc 1.85.0"</li> <li><a href="https://github.com/dtolnay/cxx/commit/0c114bece7d62ab4af6fc186613b0e1de5ff86bf"><code>0c114be</code></a> One more stable standard library crate</li> <li><a href="https://github.com/dtolnay/cxx/commit/aeec46014457048d0c5ce6f3dd95081bf1ba182c"><code>aeec460</code></a> Bump Bazel build to rustc 1.85.0</li> <li><a href="https://github.com/dtolnay/cxx/commit/2379562a10ac8900dfa40f0a9cdbd65115b27bdb"><code>2379562</code></a> Bump Bazel build to rustc 1.84.1</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/cxx/compare/1.0.137...1.0.142">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information