Skip to content

Commit 90bfe0a

Browse files
chore(deps-rs): bump the patch group with 7 updates (#3141)
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [capnp](https://github.com/capnproto/capnproto-rust) | `0.26.0` | `0.26.2` | | [html-escape](https://github.com/magiclen/html-escape) | `0.2.13` | `0.2.14` | | [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` | | [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.2` | `2.1.3` | | [pest](https://github.com/pest-parser/pest) | `2.8.6` | `2.8.7` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.6` | `2.8.7` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.65` | `1.2.66` | Updates `capnp` from 0.26.0 to 0.26.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capnproto/capnproto-rust/commit/35be2ba6c664f32b1c6a996fa648391f0459369c"><code>35be2ba</code></a> prepare for capnp-v0.26.2 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/d5ca513ffd0667643121ca39a996ec360b653bdb"><code>d5ca513</code></a> avoid possible desyncing in read_message_no_alloc()</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/f8b64dec6ff5f9691b16b5546d106c0c589e19e4"><code>f8b64de</code></a> fix possible panic in BufferSegments::new()</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/89c8dbe6e8ba7bf6d06deacfcb2e5376588437f1"><code>89c8dbe</code></a> prepare for capnp-futures and capnp-rpc v0.26.1 releases</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/d10f4a3077bddb97e1cd896faee4db84dc8dfdec"><code>d10f4a3</code></a> prepare for capnp-v0.26.1 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/de1391c0ed082f3668f689b15fc4f962f530ff89"><code>de1391c</code></a> fix bugs found by Fable</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/fa398e918162a050da762cea7e858598c442a604"><code>fa398e9</code></a> [capnp] remove spurious bound from IntoInternalListReader impl for enum_list</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/dd936045290f7aaffcb02a89fedcfcfea0709353"><code>dd93604</code></a> [rpc] avoid possible panic on bad question ID in Return message</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/5ac4349793d5f2f73513d10b5ca1950f7e8c5c64"><code>5ac4349</code></a> minor cleanup</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/e30b115de3f327e01653e8a22feb391b1524fac5"><code>e30b115</code></a> snake_to_uppercase() -&gt; std::to_ascii_uppercase()</li> <li>Additional commits viewable in <a href="https://github.com/capnproto/capnproto-rust/compare/capnp-v0.26.0...capnp-v0.26.2">compare view</a></li> </ul> </details> <br /> Updates `html-escape` from 0.2.13 to 0.2.14 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/magiclen/html-escape/commit/9b05791b7fb9df99415603c803f305123d7af11d"><code>9b05791</code></a> bump version</li> <li><a href="https://github.com/magiclen/html-escape/commit/9e2fbad14bdee570af8b9f5aebe2fa86a2a95f89"><code>9e2fbad</code></a> fix a bug, improve code</li> <li><a href="https://github.com/magiclen/html-escape/commit/0c6fb937f9438eb3ed059514087be7be9b7a6ddf"><code>0c6fb93</code></a> exclude unused file</li> <li><a href="https://github.com/magiclen/html-escape/commit/298b07258b62256025b114302b0713fcad93e7b0"><code>298b072</code></a> fix clippy</li> <li><a href="https://github.com/magiclen/html-escape/commit/ddaf09762873abc2af22eb8d74f54931d1dd329d"><code>ddaf097</code></a> update github workflows</li> <li><a href="https://github.com/magiclen/html-escape/commit/6fa2f5979c1b7136fcf0cc62b74068cbefeb7637"><code>6fa2f59</code></a> update GitHub workflows</li> <li><a href="https://github.com/magiclen/html-escape/commit/93173c50ca404f3d473df4b12f77714a1d88c79c"><code>93173c5</code></a> Update Cargo.toml</li> <li><a href="https://github.com/magiclen/html-escape/commit/7b085b7f1c0b094fb9995e0d06cdb0944e38e78f"><code>7b085b7</code></a> update github workflows</li> <li><a href="https://github.com/magiclen/html-escape/commit/711929cc58ab9dcfb088f664b3b79c2b2a0a3314"><code>711929c</code></a> update project</li> <li>See full diff in <a href="https://github.com/magiclen/html-escape/compare/v0.2.13...v0.2.14">compare view</a></li> </ul> </details> <br /> Updates `rand` from 0.10.1 to 0.10.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p> <blockquote> <h2>[0.10.2] — 2026-07-02</h2> <h3>Fixes</h3> <ul> <li>Fix possible memory safety violation due to deserialization of <code>UniformChar</code> from bad source (<a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Document required output order of fn <code>partial_shuffle</code> and apply <code>#[must_use]</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1769">#1769</a>)</li> <li>Avoid usage of <code>unsafe</code> in contexts where non-local memory corruption could invalidate contract (<a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>)</li> </ul> <p><a href="https://redirect.github.com/rust-random/rand/issues/1769">#1769</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1769">rust-random/rand#1769</a> <a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1790">rust-random/rand#1790</a> <a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1791">rust-random/rand#1791</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/1540ea327e8beaf0694ea64f6d9eb8eaadd47bd5"><code>1540ea3</code></a> Prepare rand 0.10.2 (<a href="https://redirect.github.com/rust-random/rand/issues/1800">#1800</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/a29964ad94b54c25b3865626de6964ce0f796a29"><code>a29964a</code></a> Bump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (<a href="https://redirect.github.com/rust-random/rand/issues/1801">#1801</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/ced94914cb75c93a1f19140a966a466345185fff"><code>ced9491</code></a> Tweak docs for RngExt::random_range and SampleRange (<a href="https://redirect.github.com/rust-random/rand/issues/1798">#1798</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/db146647afaf002b866420d34e4501b0dd872163"><code>db14664</code></a> Check UniformChar validity on deser (<a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/bea8620204c7aeecdefc132b5cb0dec8134add4b"><code>bea8620</code></a> Bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/rand/issues/1796">#1796</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/4f449322825498e4ec1f486119e5fd251ba97f8a"><code>4f44932</code></a> Bump actions/cache from 5 to 6 (<a href="https://redirect.github.com/rust-random/rand/issues/1795">#1795</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/b999a130a990b30af01743021e8ea97f3b09a17e"><code>b999a13</code></a> Bump actions/checkout from 6 to 7 (<a href="https://redirect.github.com/rust-random/rand/issues/1794">#1794</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/aeab810bd9704a3b7666ba0a78e1ad5d1d5ad1ae"><code>aeab810</code></a> Avoid unsafe where safety depends on non-local values (<a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/1896d7c660524a022b3dbc3a1e044e162d766b25"><code>1896d7c</code></a> Add typos CI job (<a href="https://redirect.github.com/rust-random/rand/issues/1789">#1789</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/43eddee18c8cca2cebee929be3899cf183afe801"><code>43eddee</code></a> Bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/rand/issues/1788">#1788</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.10.1...0.10.2">compare view</a></li> </ul> </details> <br /> Updates `rustc-hash` from 2.1.2 to 2.1.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rustc-hash/blob/main/CHANGELOG.md">rustc-hash's changelog</a>.</em></p> <blockquote> <h1>2.1.3</h1> <ul> <li><a href="https://redirect.github.com/rust-lang/rustc-hash/pull/77">Use derive_const to fix <code>feature = &quot;nightly&quot;</code> build</a></li> <li><a href="https://redirect.github.com/rust-lang/rustc-hash/pull/64">Internally update to rand 0.9</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rustc-hash/commit/c13e7ccca705e6255387a2ebc6dca142d6881621"><code>c13e7cc</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/78">#78</a> from Noratrieb/new-version-2-1-3</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/4c3fabd983f96c2c5178512940e29a050edd07e9"><code>4c3fabd</code></a> Bump to 2.1.3</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/3f1c0994892f5c592fe17192811c3b46caa108ac"><code>3f1c099</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/64">#64</a> from DaniPopes/rand-0.9</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/07c3f48480b2d1a143fe299f5a82812b311efea6"><code>07c3f48</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/77">#77</a> from DaniPopes/const-update</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/cbf0baf6f900674cf88f266f96a4fa223895186b"><code>cbf0baf</code></a> Use derive_const in nightly feature</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/c74d2b3bb92563dbd32a9d7e6343af02d99dff25"><code>c74d2b3</code></a> Update to rand 0.9</li> <li>See full diff in <a href="https://github.com/rust-lang/rustc-hash/compare/v2.1.2...v2.1.3">compare view</a></li> </ul> </details> <br /> Updates `pest` from 2.8.6 to 2.8.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pest-parser/pest/releases">pest's releases</a>.</em></p> <blockquote> <h2>v2.8.7</h2> <h2>What's Changed</h2> <ul> <li>Keep <code>grammar.rs</code> in tree by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1159">pest-parser/pest#1159</a></li> <li>fix(test): make miette_error test independent of terminal by <a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1164">pest-parser/pest#1164</a></li> <li>docs: add Panics sections to line_col() and PrattParser::parse() by <a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1167">pest-parser/pest#1167</a></li> <li>Document panics in public API by <a href="https://github.com/syu-toutousai"><code>@​syu-toutousai</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1174">pest-parser/pest#1174</a></li> <li>Reject unescaped quote inside char literal in meta grammar by <a href="https://github.com/chatman-media"><code>@​chatman-media</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1175">pest-parser/pest#1175</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1159">pest-parser/pest#1159</a></li> <li><a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1164">pest-parser/pest#1164</a></li> <li><a href="https://github.com/syu-toutousai"><code>@​syu-toutousai</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1174">pest-parser/pest#1174</a></li> <li><a href="https://github.com/chatman-media"><code>@​chatman-media</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1175">pest-parser/pest#1175</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7">https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7</a></p> <h2>Warning: Semantic Versioning</h2> <p>Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated <code>Rule</code> enum.</p> <p>This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these &quot;grammar non-breaking but semver-breaking&quot; changes are now available only under the &quot;grammar-extras&quot; feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:</p> <pre><code>... pest_derive = { version = &quot;2.8&quot;, features = [&quot;grammar-extras&quot;] } </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pest-parser/pest/commit/24ed7bc68d5a6798a03bc6ff85b5ec2cfccdd603"><code>24ed7bc</code></a> fmt fix + bump version</li> <li><a href="https://github.com/pest-parser/pest/commit/75a134818a855cf593553ce120f5954c37532a0f"><code>75a1348</code></a> fix(macro): resolve parses_to! and fails_with! compiler errors in integration...</li> <li><a href="https://github.com/pest-parser/pest/commit/ad3c2545fb1e2e8070c3c1a4744d1453bc7d988e"><code>ad3c254</code></a> ci: bump nightly</li> <li><a href="https://github.com/pest-parser/pest/commit/f3f2eeae4e2281b89edb321a43942fe9e22dd3ad"><code>f3f2eea</code></a> fix: reject unescaped quote inside char literal in meta grammar (<a href="https://redirect.github.com/pest-parser/pest/issues/1175">#1175</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/b24fa554b8142c84ff703ba4c89bdd716fb77d15"><code>b24fa55</code></a> docs: add missing # Panics sections to public API (<a href="https://redirect.github.com/pest-parser/pest/issues/1174">#1174</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/02c5ad8c0693d2973276f58b70f02a3f07ce58b9"><code>02c5ad8</code></a> docs: add Panics sections to line_col() and PrattParser::parse() (<a href="https://redirect.github.com/pest-parser/pest/issues/1167">#1167</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/2a69a983cf45a08c7a0a530b73dc16711a4b2b17"><code>2a69a98</code></a> fix(test): make miette_error test independent of terminal (<a href="https://redirect.github.com/pest-parser/pest/issues/1164">#1164</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/d1a5befa3d1f200099d78b718a3ad32a074cdc73"><code>d1a5bef</code></a> fix doc indentation check (<a href="https://redirect.github.com/pest-parser/pest/issues/1166">#1166</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/52f49b153269be2d3874e8dabfb8483fbe17c1e7"><code>52f49b1</code></a> bump default CI toolchain to 1.86 (<a href="https://redirect.github.com/pest-parser/pest/issues/1165">#1165</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/64111e5d10bb8e011465d5110f4551489ae2ec36"><code>64111e5</code></a> Keep <code>grammar.rs</code> in tree (<a href="https://redirect.github.com/pest-parser/pest/issues/1159">#1159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7">compare view</a></li> </ul> </details> <br /> Updates `pest_derive` from 2.8.6 to 2.8.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pest-parser/pest/releases">pest_derive's releases</a>.</em></p> <blockquote> <h2>v2.8.7</h2> <h2>What's Changed</h2> <ul> <li>Keep <code>grammar.rs</code> in tree by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1159">pest-parser/pest#1159</a></li> <li>fix(test): make miette_error test independent of terminal by <a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1164">pest-parser/pest#1164</a></li> <li>docs: add Panics sections to line_col() and PrattParser::parse() by <a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1167">pest-parser/pest#1167</a></li> <li>Document panics in public API by <a href="https://github.com/syu-toutousai"><code>@​syu-toutousai</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1174">pest-parser/pest#1174</a></li> <li>Reject unescaped quote inside char literal in meta grammar by <a href="https://github.com/chatman-media"><code>@​chatman-media</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1175">pest-parser/pest#1175</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1159">pest-parser/pest#1159</a></li> <li><a href="https://github.com/MasterOfFeelingFish"><code>@​MasterOfFeelingFish</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1164">pest-parser/pest#1164</a></li> <li><a href="https://github.com/syu-toutousai"><code>@​syu-toutousai</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1174">pest-parser/pest#1174</a></li> <li><a href="https://github.com/chatman-media"><code>@​chatman-media</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1175">pest-parser/pest#1175</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7">https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7</a></p> <h2>Warning: Semantic Versioning</h2> <p>Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated <code>Rule</code> enum.</p> <p>This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these &quot;grammar non-breaking but semver-breaking&quot; changes are now available only under the &quot;grammar-extras&quot; feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:</p> <pre><code>... pest_derive = { version = &quot;2.8&quot;, features = [&quot;grammar-extras&quot;] } </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pest-parser/pest/commit/24ed7bc68d5a6798a03bc6ff85b5ec2cfccdd603"><code>24ed7bc</code></a> fmt fix + bump version</li> <li><a href="https://github.com/pest-parser/pest/commit/75a134818a855cf593553ce120f5954c37532a0f"><code>75a1348</code></a> fix(macro): resolve parses_to! and fails_with! compiler errors in integration...</li> <li><a href="https://github.com/pest-parser/pest/commit/ad3c2545fb1e2e8070c3c1a4744d1453bc7d988e"><code>ad3c254</code></a> ci: bump nightly</li> <li><a href="https://github.com/pest-parser/pest/commit/f3f2eeae4e2281b89edb321a43942fe9e22dd3ad"><code>f3f2eea</code></a> fix: reject unescaped quote inside char literal in meta grammar (<a href="https://redirect.github.com/pest-parser/pest/issues/1175">#1175</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/b24fa554b8142c84ff703ba4c89bdd716fb77d15"><code>b24fa55</code></a> docs: add missing # Panics sections to public API (<a href="https://redirect.github.com/pest-parser/pest/issues/1174">#1174</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/02c5ad8c0693d2973276f58b70f02a3f07ce58b9"><code>02c5ad8</code></a> docs: add Panics sections to line_col() and PrattParser::parse() (<a href="https://redirect.github.com/pest-parser/pest/issues/1167">#1167</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/2a69a983cf45a08c7a0a530b73dc16711a4b2b17"><code>2a69a98</code></a> fix(test): make miette_error test independent of terminal (<a href="https://redirect.github.com/pest-parser/pest/issues/1164">#1164</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/d1a5befa3d1f200099d78b718a3ad32a074cdc73"><code>d1a5bef</code></a> fix doc indentation check (<a href="https://redirect.github.com/pest-parser/pest/issues/1166">#1166</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/52f49b153269be2d3874e8dabfb8483fbe17c1e7"><code>52f49b1</code></a> bump default CI toolchain to 1.86 (<a href="https://redirect.github.com/pest-parser/pest/issues/1165">#1165</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/64111e5d10bb8e011465d5110f4551489ae2ec36"><code>64111e5</code></a> Keep <code>grammar.rs</code> in tree (<a href="https://redirect.github.com/pest-parser/pest/issues/1159">#1159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pest-parser/pest/compare/v2.8.6...v2.8.7">compare view</a></li> </ul> </details> <br /> Updates `cc` from 1.2.65 to 1.2.66 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p> <blockquote> <h2>cc-v1.2.66</h2> <h3>Other</h3> <ul> <li>Fix target parsing for aarch64-unknown-linux-pauthtest (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1779">#1779</a>)</li> <li>Support new QNX targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1775">#1775</a>)</li> <li>Add kache to the supported compiler wrappers (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1770">#1770</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.65...cc-v1.2.66">1.2.66</a> - 2026-07-05</h2> <h3>Other</h3> <ul> <li>Fix target parsing for aarch64-unknown-linux-pauthtest (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1779">#1779</a>)</li> <li>Support new QNX targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1775">#1775</a>)</li> <li>Add kache to the supported compiler wrappers (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1770">#1770</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/9c53ddc649838c60f8b33aee77dbfec5f04c16dc"><code>9c53ddc</code></a> chore(cc): release v1.2.66 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1777">#1777</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/f2836c0fc57c44ca833d0f3e822f94f523a00a6e"><code>f2836c0</code></a> Fix target parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1779">#1779</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/32996914ec656e0d37775571545029d31afd9df2"><code>3299691</code></a> ci(test-wasm): do not download pre release of wasi-sdk (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1778">#1778</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/bfd1ac98d4d52e941fc71f844af8fc70e152dd5e"><code>bfd1ac9</code></a> Support new QNX targets (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1775">#1775</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/1887a73fddabc77f7def580feefbcfbdba10ed1d"><code>1887a73</code></a> Add kache to the supported compiler wrappers (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1770">#1770</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/e4847e1720197e42d1d80934879e48188777335f"><code>e4847e1</code></a> Bump actions/checkout from 6.0.3 to 7.0.0 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1767">#1767</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.65...cc-v1.2.66">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 2c268a3 commit 90bfe0a

1 file changed

Lines changed: 20 additions & 95 deletions

File tree

Cargo.lock

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

0 commit comments

Comments
 (0)