Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [req](https://github.com/wojtekmach/req) from 0.5.7 to 0.5.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wojtekmach/req/blob/main/CHANGELOG.md">req's changelog</a>.</em></p> <blockquote> <h2>v0.5.8 (2024-11-29)</h2> <ul> <li> <p>[<code>Req</code>]: Check legacy headers when streaming headers</p> </li> <li> <p>[<code>Req</code>]: Ignore :into collectable for non-200 responses</p> </li> <li> <p>[<code>put_aws_sigv4</code>]: Fix encoding path</p> </li> <li> <p>[<code>run_finch</code>]: Add option to configure Finch <code>:pool_max_idle_time</code></p> </li> <li> <p>[<code>run_finch</code>]: Prepare for upcoming Finch v0.20</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wojtekmach/req/commit/fbfaea44f2ec748a7abfc6af88cf0b5fb3376d91"><code>fbfaea4</code></a> Release v0.5.8</li> <li><a href="https://github.com/wojtekmach/req/commit/1e51ebeb2d299303bd99538417d78270732ceeb4"><code>1e51ebe</code></a> <code>put_aws_sigv4</code>: Prevent double encoding (<a href="https://redirect.github.com/wojtekmach/req/issues/434">#434</a>)</li> <li><a href="https://github.com/wojtekmach/req/commit/1a728858ebeac294661903d7b5e5540390ad2c8b"><code>1a72885</code></a> Update Finch 0.20 support</li> <li><a href="https://github.com/wojtekmach/req/commit/b416fe701d0f94a3fd20e912a541340d95d8efe1"><code>b416fe7</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/wojtekmach/req/commit/520bdfe47c7ec29f0484b41ba59376637e6b9265"><code>520bdfe</code></a> Prepare for Finch 0.20</li> <li><a href="https://github.com/wojtekmach/req/commit/a9d713afc6c2e281d8431e18aed712fc7ae1f99b"><code>a9d713a</code></a> Add TODO for Finch v0.20 (<a href="https://redirect.github.com/wojtekmach/req/issues/437">#437</a>)</li> <li><a href="https://github.com/wojtekmach/req/commit/cdb7228674d94cae99aa76f87b62bbef85b4492b"><code>cdb7228</code></a> <code>run_finch</code>: Add option to configure Finch :pool_max_idle_time (<a href="https://redirect.github.com/wojtekmach/req/issues/436">#436</a>)</li> <li><a href="https://github.com/wojtekmach/req/commit/a0441010da9e20a2df83bc28ebd5348066af75cb"><code>a044101</code></a> Ignore :into collectable for non-200 responses (<a href="https://redirect.github.com/wojtekmach/req/issues/435">#435</a>)</li> <li><a href="https://github.com/wojtekmach/req/commit/39f8e298b44c14adb38302922dbd259b59aced91"><code>39f8e29</code></a> Add Related Packages section and list <code>curl_req</code> (<a href="https://redirect.github.com/wojtekmach/req/issues/421">#421</a>)</li> <li><a href="https://github.com/wojtekmach/req/commit/5bfbccc698f7639b890d8829cefb5a12903eece0"><code>5bfbccc</code></a> Update Req.Utils</li> <li>Additional commits viewable in <a href="https://github.com/wojtekmach/req/compare/v0.5.7...v0.5.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=req&package-manager=hex&previous-version=0.5.7&new-version=0.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information