bast
bast copied to clipboard
Bump actix-web from 3.3.3 to 4.3.1
Bumps actix-web from 3.3.3 to 4.3.1.
Release notes
Sourced from actix-web's releases.
actix-web: v4.3.1
- Add support for custom methods with the
#[route]macro. #2969actix-web: v4.3.0
Added
- Add
ContentDisposition::attachment()constructor. #2867- Add
ErrorHandlers::default_handler()(as well asdefault_handler_{server, client}()) to make registering handlers for groups of response statuses easier. #2784- Add
Logger::custom_response_replace(). #2631- Add rudimentary redirection service at
web::redirect()/web::Redirect. #1961- Add
guard::Acceptablefor matching againstAcceptheader MIME types. #2265- Add fallible versions of
testhelpers:try_call_service(),try_call_and_read_body_json(),try_read_body(), andtry_read_body_json(). #2961Fixed
- Add
Allowheader toResource's default responses when no routes are matched. #2949#1961: actix/actix-web#1961 #2265: actix/actix-web#2265 #2631: actix/actix-web#2631 #2784: actix/actix-web#2784 #2867: actix/actix-web#2867 #2949: actix/actix-web#2949 #2961: actix/actix-web#2961
actix-web: v4.2.1
Fixed
- Bump minimum version of
actix-httpdependency to fix compatibility issue. #2871actix-web: v4.2.0
Added
- Add
#[routes]macro to support multiple paths for one handler. #2718- Add
ServiceRequest::{parts, request}()getter methods. #2786- Add configuration options for TLS handshake timeout via
HttpServer::{rustls, openssl}_with_configmethods. #2752Changed
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive
timedependency.#2718: actix/actix-web#2718 #2752: actix/actix-web#2752 #2786: actix/actix-web#2786
... (truncated)
Commits
e35ec28prepare actix-web release 4.3.135006e9prepare actix-web-codegen release 4.2.0115701eprepare awc release 3.1.1e2fed91format markdown with prettierd4b833cactix-multipart: Feature: Add typed multipart form extractor (#2883)358c1cfimprove docs for app_config methods42193befix typos (#2982)dc08ea0clippy85d88ffFix minor typo in Markdown (#2977)bf19a0eadded body manipulation example for error handlers (#2973)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)