Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): bump the patch group with 4 updates (#718)
Bumps the patch group with 4 updates: [pyo3](https://github.com/pyo3/pyo3), [clap](https://github.com/clap-rs/clap), [pest](https://github.com/pest-parser/pest) and [pest_derive](https://github.com/pest-parser/pest). Updates `pyo3` from 0.23.2 to 0.23.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/pyo3/releases">pyo3's releases</a>.</em></p> <blockquote> <h2>PyO3 0.23.3</h2> <p><strong><em>This release is a soundness fix for PyO3 0.23.0 through 0.23.2.</em></strong></p> <p>In PyO3 0.23.0 the <code>PYO3_CONFIG_FILE</code> environment variable used to configure builds regressed such that changing the environment variable would no longer trigger PyO3 to reconfigure and recompile. In combination with workflows using tools such as <code>maturin</code> to build for multiple versions in a single build, this leads to Python wheels being compiled against the wrong Python API version.</p> <p>All users who distribute artefacts for multiple Python versions are encouraged to update and rebuild with PyO3 0.23.3. Affected wheels produced from PyO3 0.23.0 through 0.23.2 are highly unstable and will crash the Python interpreter in unpredictable ways.</p> <p>Aside from this fix, PyO3 0.23.3 contains some fixes to link configuration for Python 3.13t on Windows.</p> <p>Thank you to the following contributors for the improvements:</p> <p><a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> <a href="https://github.com/Icxolu"><code>@Icxolu</code></a> <a href="https://github.com/kemingy"><code>@kemingy</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md">pyo3's changelog</a>.</em></p> <blockquote> <h2>[0.23.3] - 2024-12-03</h2> <h3>Packaging</h3> <ul> <li>Bump optional <code>python3-dll-a</code> dependency to 0.2.11. <a href="https://redirect.github.com/PyO3/pyo3/pull/4749">#4749</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix unresolved symbol link failures on Windows when compiling for Python 3.13t with <code>abi3</code> features enabled. <a href="https://redirect.github.com/PyO3/pyo3/pull/4733">#4733</a></li> <li>Fix unresolved symbol link failures on Windows when compiling for Python 3.13t using the <code>generate-import-lib</code> feature. <a href="https://redirect.github.com/PyO3/pyo3/pull/4749">#4749</a></li> <li>Fix compile-time regression in PyO3 0.23.0 where changing <code>PYO3_CONFIG_FILE</code> would not reconfigure PyO3 for the new interpreter. <a href="https://redirect.github.com/PyO3/pyo3/pull/4758">#4758</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/b5599dcdb0f24274988e3136f04895bfd67f6a40"><code>b5599dc</code></a> release: 0.23.3</li> <li><a href="https://github.com/PyO3/pyo3/commit/a423c79f0d73956696eedbc7716bd04b080def94"><code>a423c79</code></a> fix <code>PYO3_CONFIG_FILE</code> env var not requesting rebuilds (<a href="https://redirect.github.com/pyo3/pyo3/issues/4758">#4758</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/9c862e58e30c4843ac360031ce8f83bceb47a8f7"><code>9c862e5</code></a> fix another <code>unsafe_op_in_unsafe_fn</code> trigger (<a href="https://redirect.github.com/pyo3/pyo3/issues/4753">#4753</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/5c681ca7ea5bb7044029ae987471b83b5e1f809f"><code>5c681ca</code></a> support python3-dll-a free-threaded generation (<a href="https://redirect.github.com/pyo3/pyo3/issues/4749">#4749</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/3cb0b87aeedd639044f7e3b1007ad71b85f7f275"><code>3cb0b87</code></a> ci: test debug builds using 3.13.0 (<a href="https://redirect.github.com/pyo3/pyo3/issues/4750">#4750</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/9714eabfc3a23f4de3fc6967fd41a9afc43cb1ef"><code>9714eab</code></a> don't link to abi3 dll on windows for free-threaded build (<a href="https://redirect.github.com/pyo3/pyo3/issues/4733">#4733</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/a75242547b41fee1784130fa0f9c52bfde179aab"><code>a752425</code></a> add missing CHANGELOG entry for 4589 (<a href="https://redirect.github.com/pyo3/pyo3/issues/4744">#4744</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/d3f79cf8df536a4a39c38571d7b2297ac96bbbdc"><code>d3f79cf</code></a> ci: updates for Rust 1.83 (<a href="https://redirect.github.com/pyo3/pyo3/issues/4741">#4741</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/42bd0e5d7cbbdc2641b6c3368cc7659d34795cff"><code>42bd0e5</code></a> Update class.md (<a href="https://redirect.github.com/pyo3/pyo3/issues/4739">#4739</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/824ba56849b02ca1c0b81c677197ee5f2e5ef1d3"><code>824ba56</code></a> fix clippy beta (<a href="https://redirect.github.com/pyo3/pyo3/issues/4737">#4737</a>)</li> <li>See full diff in <a href="https://github.com/pyo3/pyo3/compare/v0.23.2...v0.23.3">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.21 to 4.5.23 <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.23</h2> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>v4.5.22</h2> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</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.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7916028a902b1d5505a95e6064cc187fe8eaa49d"><code>7916028</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/804498d3b145e8a6a1e49cc8f361b56b6a59072f"><code>804498d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f9721f1435353630827e10a891bb864938717487"><code>f9721f1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5695">#5695</a> from epage/value</li> <li><a href="https://github.com/clap-rs/clap/commit/b04bf724366e85160a8c3c106345da94c7b55a08"><code>b04bf72</code></a> fix(complete)!: Be consistent in value language</li> <li><a href="https://github.com/clap-rs/clap/commit/0e28259e55d46154f7c126020800b6a66f474a22"><code>0e28259</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/e55c9863095e0ec994d0b50494241616d37d5cc1"><code>e55c986</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c7157dfe1dbe92602420fb381a3c6693d2cc3164"><code>c7157df</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5692">#5692</a> from epage/self</li> <li><a href="https://github.com/clap-rs/clap/commit/84252b71237d8b8df969b265ec0c0b0f43ba491f"><code>84252b7</code></a> fix(complete): Allow completing '.'</li> <li><a href="https://github.com/clap-rs/clap/commit/eded64a13bfcaa9991a3773229bb564fb5d89844"><code>eded64a</code></a> test(complete): Verify PathCompleter::dir</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23">compare view</a></li> </ul> </details> <br /> Updates `pest` from 2.7.14 to 2.7.15 <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.7.15</h2> <h2>What's Changed</h2> <ul> <li>Band-Aid: fix one of the left recursion bugs (fixes <a href="https://redirect.github.com/pest-parser/pest/issues/1047">#1047</a>) by <a href="https://github.com/Tartasprint"><code>@Tartasprint</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1048">pest-parser/pest#1048</a></li> <li>Update <code>thiserror</code> to version 2 by <a href="https://github.com/MarkusPettersson98"><code>@MarkusPettersson98</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1055">pest-parser/pest#1055</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MarkusPettersson98"><code>@MarkusPettersson98</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1055">pest-parser/pest#1055</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15">https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15</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 "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" 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 = "2.7", features = ["grammar-extras"] } </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pest-parser/pest/commit/7c2abb79ecebc8bafba8d67fd9d888fd774e2afa"><code>7c2abb7</code></a> bump version to 2.7.15 (<a href="https://redirect.github.com/pest-parser/pest/issues/1058">#1058</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/14d96d83d7e642d7c4a2b03354356e8aed14d5b3"><code>14d96d8</code></a> Update <code>thiserror</code> to version 2 (<a href="https://redirect.github.com/pest-parser/pest/issues/1055">#1055</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/e457389b0b858b97cf4ae2fe83f0040abcf50dd6"><code>e457389</code></a> Band-Aid: fix one of the left recursion bugs (fixes <a href="https://redirect.github.com/pest-parser/pest/issues/1047">#1047</a>) (<a href="https://redirect.github.com/pest-parser/pest/issues/1048">#1048</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/105e45e6b95abab3080f9d59e74b76c2d84222b5"><code>105e45e</code></a> bump toolchain for cargo-msrv (<a href="https://redirect.github.com/pest-parser/pest/issues/1046">#1046</a>)</li> <li>See full diff in <a href="https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15">compare view</a></li> </ul> </details> <br /> Updates `pest_derive` from 2.7.14 to 2.7.15 <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.7.15</h2> <h2>What's Changed</h2> <ul> <li>Band-Aid: fix one of the left recursion bugs (fixes <a href="https://redirect.github.com/pest-parser/pest/issues/1047">#1047</a>) by <a href="https://github.com/Tartasprint"><code>@Tartasprint</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1048">pest-parser/pest#1048</a></li> <li>Update <code>thiserror</code> to version 2 by <a href="https://github.com/MarkusPettersson98"><code>@MarkusPettersson98</code></a> in <a href="https://redirect.github.com/pest-parser/pest/pull/1055">pest-parser/pest#1055</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MarkusPettersson98"><code>@MarkusPettersson98</code></a> made their first contribution in <a href="https://redirect.github.com/pest-parser/pest/pull/1055">pest-parser/pest#1055</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15">https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15</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 "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" 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 = "2.7", features = ["grammar-extras"] } </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pest-parser/pest/commit/7c2abb79ecebc8bafba8d67fd9d888fd774e2afa"><code>7c2abb7</code></a> bump version to 2.7.15 (<a href="https://redirect.github.com/pest-parser/pest/issues/1058">#1058</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/14d96d83d7e642d7c4a2b03354356e8aed14d5b3"><code>14d96d8</code></a> Update <code>thiserror</code> to version 2 (<a href="https://redirect.github.com/pest-parser/pest/issues/1055">#1055</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/e457389b0b858b97cf4ae2fe83f0040abcf50dd6"><code>e457389</code></a> Band-Aid: fix one of the left recursion bugs (fixes <a href="https://redirect.github.com/pest-parser/pest/issues/1047">#1047</a>) (<a href="https://redirect.github.com/pest-parser/pest/issues/1048">#1048</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/105e45e6b95abab3080f9d59e74b76c2d84222b5"><code>105e45e</code></a> bump toolchain for cargo-msrv (<a href="https://redirect.github.com/pest-parser/pest/issues/1046">#1046</a>)</li> <li>See full diff in <a href="https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15">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