Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump actix-http from 3.8.0 to 3.9.0 (#1463)
Bumps [actix-http](https://github.com/actix/actix-web) from 3.8.0 to 3.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.9.0</h2> <h3>Added</h3> <ul> <li>Implement <code>FromIterator<(HeaderName, HeaderValue)></code> for <code>HeaderMap</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/9ba326aed0dfe1a992c43a07fcb74958e4cfb3c6"><code>9ba326a</code></a> chore(actix-http): prepare release 3.9.0</li> <li><a href="https://github.com/actix/actix-web/commit/882fb3d25b323994dc5caa471ae05d127cd3dc34"><code>882fb3d</code></a> chore(actors): add version marker in changelog</li> <li><a href="https://github.com/actix/actix-web/commit/be28a0bd6d404e883e6bef6111a7d9606bab39d6"><code>be28a0b</code></a> feat: add from_fn middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3447">#3447</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/a431b7356c1f987ceffc482be7cbdf43fe4132a5"><code>a431b73</code></a> feat: add ThinData wrapper (<a href="https://redirect.github.com/actix/actix-web/issues/3446">#3446</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/5be53820f0718260f6f3573d2edff49f09653206"><code>5be5382</code></a> docs(actors): add maintenance badge</li> <li><a href="https://github.com/actix/actix-web/commit/d7d9000b19e5e6fb96c0c37c3417ce6fc91fd9cc"><code>d7d9000</code></a> chore: address clippy warnings</li> <li><a href="https://github.com/actix/actix-web/commit/e4e4bb799ca0387712d67c416aee3959be6a0b40"><code>e4e4bb7</code></a> chore(actix-web-actors): prepare release 4.3.1</li> <li><a href="https://github.com/actix/actix-web/commit/323d1fa64fb5e92c8bc4ee897b239fe58c28d6bd"><code>323d1fa</code></a> build(deps): bump taiki-e/install-action from 2.42.9 to 2.42.17 (<a href="https://redirect.github.com/actix/actix-web/issues/3442">#3442</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/9aa62112aab8249b7cc90180d5102221ebac3d42"><code>9aa6211</code></a> build(deps): bump taiki-e/install-action from 2.42.4 to 2.42.9 (<a href="https://redirect.github.com/actix/actix-web/issues/3441">#3441</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/270a6a3b7074264dca3438b0ab05bc6a6fb68f02"><code>270a6a3</code></a> build(deps): bump taiki-e/install-action from 2.41.17 to 2.42.4 (<a href="https://redirect.github.com/actix/actix-web/issues/3440">#3440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/http-v3.8.0...http-v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.8.0&new-version=3.9.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information