Skip to content

Commit 2222b8c

Browse files
chore(deps-rs): bump the patch group with 3 updates (#2099)
Bumps the patch group with 3 updates: [clap](https://github.com/clap-rs/clap), [assert_cmd](https://github.com/assert-rs/assert_cmd) and [pyo3](https://github.com/pyo3/pyo3). Updates `clap` from 4.5.36 to 4.5.37 <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.37</h2> <h2>[4.5.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</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.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c54ffa17f5f42aa805342a97ade74bb224f68d0c"><code>c54ffa1</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/26eab7b4e5b909f440b5d85321e2ab67c7f3f42f"><code>26eab7b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f275804c235a7db42f0b0ce4837ada865bd29fd5"><code>f275804</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5805">#5805</a> from epage/style</li> <li><a href="https://github.com/clap-rs/clap/commit/7c7742cae8b88fd11ec1f4cadbb49713cc03063a"><code>7c7742c</code></a> fix(complete): Adjust dynamic for MSRV</li> <li><a href="https://github.com/clap-rs/clap/commit/f1ae3c0e4942a82327970dbf4acbfdb41d431808"><code>f1ae3c0</code></a> style: Make clippy happy</li> <li><a href="https://github.com/clap-rs/clap/commit/5c932b7079f0a7861514c20a4cd2b6c56897bff7"><code>5c932b7</code></a> chore(deps): Update Rust crate divan to v0.1.15 (<a href="https://redirect.github.com/clap-rs/clap/issues/5798">#5798</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/bc0537f58925a0c293f805b692d847141a3db430"><code>bc0537f</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/5797">#5797</a>)</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.36...clap_complete-v4.5.37">compare view</a></li> </ul> </details> <br /> Updates `assert_cmd` from 2.0.16 to 2.0.17 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md">assert_cmd's changelog</a>.</em></p> <blockquote> <h2>[2.0.17] - 2025-04-16</h2> <h3>Features</h3> <ul> <li>Add <code>cargo::cargo_bin!</code> which will work with Cargo's <code>build-dir</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_cmd/commit/c5c7f0f63bc70a412be41f721e72c0a465c89541"><code>c5c7f0f</code></a> chore: Release assert_cmd version 2.0.17</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/569854e8a63eafeda86374bf58fbec9751605421"><code>569854e</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/26cddcf53bdc74743fdaf43dbc2b8d90475088e0"><code>26cddcf</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/234">#234</a> from epage/macro</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/abe77aa131d775a7ba1f8e0e44b0ef8f5805ecb4"><code>abe77aa</code></a> feat(cargo): Add <code>cargo_bin!</code></li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/148c026b1966bc2a398ad3466b10dd041d424539"><code>148c026</code></a> refactor: Move crate_name out into a file</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/a096861a8e3eb31c35d9b3ce888e072d5e39f7b7"><code>a096861</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/233">#233</a> from xixishidibei/master</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/9b88b5a1811f7ee5e1a606a2b86ac14b95a6be98"><code>9b88b5a</code></a> chore:fix cargo clippy warning</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1bc3b1240fb201684e4a4b687aaea18867acf96d"><code>1bc3b12</code></a> chore(deps): Update Rust Stable to v1.86 (<a href="https://redirect.github.com/assert-rs/assert_cmd/issues/232">#232</a>)</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/b177879ea58482558d7416773acc1ed53e6b7002"><code>b177879</code></a> chore(deps): Update Rust crate automod to v1.0.15 (<a href="https://redirect.github.com/assert-rs/assert_cmd/issues/231">#231</a>)</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/3d914b52dcf02529daeab971c467ca7424984964"><code>3d914b5</code></a> chore(deps): Update Rust Stable to v1.85 (<a href="https://redirect.github.com/assert-rs/assert_cmd/issues/229">#229</a>)</li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17">compare view</a></li> </ul> </details> <br /> Updates `pyo3` from 0.24.1 to 0.24.2 <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.24.2</h2> <p>This is a small patch release containing minor bugfixes and documentation improvements, including an unused imports lint warning raised from inside PyO3's proc macros.</p> <p>Thank you to the following contributors for the improvements:</p> <p><a href="https://github.com/davidbrochart"><code>@​davidbrochart</code></a> <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> <a href="https://github.com/ddelange"><code>@​ddelange</code></a> <a href="https://github.com/decathorpe"><code>@​decathorpe</code></a> <a href="https://github.com/hgmich"><code>@​hgmich</code></a> <a href="https://github.com/Icxolu"><code>@​Icxolu</code></a> <a href="https://github.com/n-eq"><code>@​n-eq</code></a> <a href="https://github.com/Tpt"><code>@​Tpt</code></a> <a href="https://github.com/trim21"><code>@​trim21</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.24.2] - 2025-04-21</h2> <h3>Fixed</h3> <ul> <li>Fix <code>unused_imports</code> lint of <code>#[pyfunction]</code> and <code>#[pymethods]</code> expanded in <code>macro_rules</code> context. <a href="https://redirect.github.com/PyO3/pyo3/pull/5030">#5030</a></li> <li>Fix size of <code>PyCodeObject::_co_instrumentation_version</code> ffi struct member on Python 3.13 for systems where <code>uintptr_t</code> is not 64 bits. <a href="https://redirect.github.com/PyO3/pyo3/pull/5048">#5048</a></li> <li>Fix struct-type complex enum variant fields incorrectly exposing raw identifiers as <code>r#ident</code> in Python bindings. <a href="https://redirect.github.com/PyO3/pyo3/pull/5050">#5050</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/3e6bdce273ba4d9a480296b1d4c5a80b23e1b520"><code>3e6bdce</code></a> release: 0.24.2</li> <li><a href="https://github.com/PyO3/pyo3/commit/bc26a06346b2ce2d9686a71de3ca4cc0fb452a4d"><code>bc26a06</code></a> Unraw complex struct enum field python names (<a href="https://redirect.github.com/pyo3/pyo3/issues/5050">#5050</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/345735bb5376f7c07cb272212c698c716e086018"><code>345735b</code></a> docs: Update building-and-distribution.md (<a href="https://redirect.github.com/pyo3/pyo3/issues/5060">#5060</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/5d852d93c4832a185aa4c0726d60b5fbb6f187d9"><code>5d852d9</code></a> ci: release cargo crate from git tag (<a href="https://redirect.github.com/pyo3/pyo3/issues/5027">#5027</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/4197614259786aa708d0cec0bb5e79dd9df24fc2"><code>4197614</code></a> ci: do not require changelog for ci (<a href="https://redirect.github.com/pyo3/pyo3/issues/5058">#5058</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/e876f1780ce15ccdd604ff23a27ea8a6bd2f3195"><code>e876f17</code></a> silence <code>ffi-check</code> for private <code>_PyCoLineInstrumentationData</code> on 3.13 (<a href="https://redirect.github.com/pyo3/pyo3/issues/5063">#5063</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/a177916604c6a9baed9031244726f709568c6d55"><code>a177916</code></a> ci: change default Python version to 3.13 (<a href="https://redirect.github.com/pyo3/pyo3/issues/5048">#5048</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/81008e16a815d1dba8d2f50e6445d8a5d83915cb"><code>81008e1</code></a> fix clippy lint on 1.87 beta</li> <li><a href="https://github.com/PyO3/pyo3/commit/4732b60b7c5be3ac7ac020002d5f9f2e0a417a62"><code>4732b60</code></a> docs: add blake3-py to Examples in README.md (<a href="https://redirect.github.com/pyo3/pyo3/issues/5028">#5028</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/7b64fa160ebe57a2dfd1e735f41fb4e33c0b2b77"><code>7b64fa1</code></a> Makes Clippy beta happy (<a href="https://redirect.github.com/pyo3/pyo3/issues/5032">#5032</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/pyo3/compare/v0.24.1...v0.24.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | pyo3 | [>= 0.20.a, < 0.21] | </details> 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>
1 parent 54c2e9c commit 2222b8c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ static_assertions = "1.1.0"
6666
strum = "0.27.0"
6767
thiserror = "2.0.12"
6868
typetag = "0.2.20"
69-
clap = { version = "4.5.36" }
69+
clap = { version = "4.5.37" }
7070
clio = "0.3.5"
7171
clap-verbosity-flag = "3.0.1"
72-
assert_cmd = "2.0.14"
72+
assert_cmd = "2.0.17"
7373
assert_fs = "1.1.1"
7474
predicates = "3.1.0"
7575
indexmap = "2.9.0"

0 commit comments

Comments
 (0)