Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actix-http from 3.4.0 to 3.5.1 #686

Merged
merged 2 commits into from
Dec 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps actix-http from 3.4.0 to 3.5.1.

Release notes

Sourced from actix-http's releases.

actix-http: v3.5.1

Fixed

  • Prevent hang when returning zero-sized response bodies through compression layer.

actix-http: v3.5.0

Added

  • Implement From<HeaderMap> for http::HeaderMap.

Changed

  • Updated zstd dependency to 0.13.

Fixed

  • Prevent compression of zero-sized response bodies.
Commits
  • f4f459d chore(actix-http): prepare release 3.5.1
  • d14e98b prevent hang when compressing Sized(0) bodies
  • f4851b3 chore(actix-router): prepare release 0.5.2
  • 68597b5 build(deps): bump taiki-e/install-action from 2.22.0 to 2.23.0 (#3228)
  • 9dc3ad7 chore(actix-web): prepare release 4.4.1
  • 17060ed chore(awc): prepare release 3.3.0
  • 0d9ca4d chore(actix-http): prepare release 3.5.0
  • ff2904e ci: prevent cargo-cache install failing MSRV builds
  • fdef224 docs: document internal Path fields
  • ede0201 docs: fix derive readme version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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

Bumps [actix-http](https://github.com/actix/actix-web) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@http-v3.4.0...http-v3.5.1)

---
updated-dependencies:
- dependency-name: actix-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 25, 2023
@robjtede robjtede added this pull request to the merge queue Dec 25, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 25, 2023
@robjtede robjtede added this pull request to the merge queue Dec 25, 2023
@robjtede robjtede removed this pull request from the merge queue due to the queue being cleared Dec 25, 2023
@robjtede robjtede enabled auto-merge December 25, 2023 21:14
@robjtede robjtede added this pull request to the merge queue Dec 25, 2023
Merged via the queue into master with commit a7a7cc5 Dec 25, 2023
4 of 5 checks passed
@robjtede robjtede deleted the dependabot/cargo/actix-http-3.5.1 branch December 25, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant