Bumps the production-dependencies group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [ureq](https://github.com/algesten/ureq) and [clap](https://github.com/clap-rs/clap). Updates `anyhow` from 1.0.97 to 1.0.98 <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.98</h2> <ul> <li>Add <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error"><code>self.into_boxed_dyn_error()</code></a> and <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace"><code>self.reallocate_into_boxed_dyn_error_without_backtrace()</code></a> methods for anyhow::Error (<a href="https://redirect.github.com/dtolnay/anyhow/issues/415">#415</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/709fe86f04878a62a29b9279f5bb96422f8bca28"><code>709fe86</code></a> Release 1.0.98</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cbc1ad2b1621c538a5643f2f0c3800b98f3e40a0"><code>cbc1ad2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/415">#415</a> from dtolnay/intodyn</li> <li><a href="https://github.com/dtolnay/anyhow/commit/e1a2017668cb365aac7573917d0c861298611ab5"><code>e1a2017</code></a> Add 2 different conversions to Box<dyn Error + Send + Sync + 'static></li> <li><a href="https://github.com/dtolnay/anyhow/commit/29f2eddd1541201701a5a04caaed9c647f8fbddf"><code>29f2edd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/416">#416</a> from dtolnay/oldnostd</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2244db872ff66000fafec5ffc5ada3be263b6b58"><code>2244db8</code></a> Omit unused object_boxed from vtable in old no-std rustc</li> <li><a href="https://github.com/dtolnay/anyhow/commit/213a9c2e6cfba42cf6d9adba3ff75bda4d30d907"><code>213a9c2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/414">#414</a> from dtolnay/nightly</li> <li><a href="https://github.com/dtolnay/anyhow/commit/02aa6b6faa5ca221debf7aad2279d54b37de5286"><code>02aa6b6</code></a> Make all nightly go through the module that was probed</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98">compare view</a></li> </ul> </details> <br /> Updates `ureq` from 3.0.10 to 3.0.11 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algesten/ureq/blob/main/CHANGELOG.md">ureq's changelog</a>.</em></p> <blockquote> <h1>3.0.11</h1> <ul> <li>Fix CONNECT proxy bug (<a href="https://redirect.github.com/algesten/ureq/issues/1057">#1057</a>)</li> <li>Fix bug setting cookies in redirects (<a href="https://redirect.github.com/algesten/ureq/issues/1055">#1055</a>)</li> <li>Annotated example for making a Transport (<a href="https://redirect.github.com/algesten/ureq/issues/1054">#1054</a>)</li> <li>Feature for adding unencoded query parameters (<a href="https://redirect.github.com/algesten/ureq/issues/1039">#1039</a>)</li> <li>Fix bug in not encoding ' in query parameters (<a href="https://redirect.github.com/algesten/ureq/issues/1039">#1039</a>)</li> <li>Fix bug making timeout settings not working (<a href="https://redirect.github.com/algesten/ureq/issues/1051">#1051</a>)</li> <li>Big refactor of ureq-proto (<a href="https://redirect.github.com/algesten/ureq/issues/1042">#1042</a>)</li> <li>Extension trait for http::Request allowing agent config (<a href="https://redirect.github.com/algesten/ureq/issues/1011">#1011</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algesten/ureq/commit/9249ccaf6a6abab97b21a468c814676ea0df1231"><code>9249cca</code></a> 3.0.11</li> <li><a href="https://github.com/algesten/ureq/commit/a69991c9acfa5221e9d0e988bbb25552fcdfdfa2"><code>a69991c</code></a> Update changelog</li> <li><a href="https://github.com/algesten/ureq/commit/9911b209eecd08287d6ebdd21b1b75a99b7f2c9a"><code>9911b20</code></a> Fix CONNECT proxy</li> <li><a href="https://github.com/algesten/ureq/commit/50e8f97b59a369ded2f7556b2b19cc85798f0ec0"><code>50e8f97</code></a> Set later cookie expiry date in tests</li> <li><a href="https://github.com/algesten/ureq/commit/04959e062dd4bd4426001c2a590812a92da5b245"><code>04959e0</code></a> Fix cookie in redirect (bump ureq-proto 0.4.1)</li> <li><a href="https://github.com/algesten/ureq/commit/b72c68c80c6f7919eab7cfc49ee4f264e4df20b1"><code>b72c68c</code></a> Annotated example transport</li> <li><a href="https://github.com/algesten/ureq/commit/7c2f3bf39ec669d295d1b1f00ef5189987b026fb"><code>7c2f3bf</code></a> Transport::await_input not check self.buffers().can_use_input()</li> <li><a href="https://github.com/algesten/ureq/commit/0fe722534505995094add67e61f502edb826ab5e"><code>0fe7225</code></a> Update changelog</li> <li><a href="https://github.com/algesten/ureq/commit/ef168a9d9dd04c5b02cad7ff375fc43edcf8339d"><code>ef168a9</code></a> Improve query param encoding</li> <li><a href="https://github.com/algesten/ureq/commit/78555734b0844b85d9469c7690f0b964fd1b06ab"><code>7855573</code></a> Fix bug in not checking correct timeout</li> <li>Additional commits viewable in <a href="https://github.com/algesten/ureq/compare/3.0.10...3.0.11">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.35 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> <h2>v4.5.36</h2> <h2>[4.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's "Don't leave space for shorts if there are none" for now</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> <h2>[4.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's "Don't leave space for shorts if there are none" for now</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><a href="https://github.com/clap-rs/clap/commit/7a6475e3c1ac68f810c50c6c1507a85bc9aa82fa"><code>7a6475e</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0266c4197f6e700376663bf30627acb986b28cf6"><code>0266c41</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6ec0b43448c9a4f9d744d42a2c96068f3ca66a79"><code>6ec0b43</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5791">#5791</a> from okapia/zsh-default-fallback</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.37">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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.