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-multipart from 0.4.0 to 0.5.0 #97

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps actix-multipart from 0.4.0 to 0.5.0.

Release notes

Sourced from actix-multipart's releases.

actix-router: v0.5.0

  • No significant changes since 0.5.0-rc.3.

See full changelog in-tree →

actix-web-codegen: v0.5.0

  • No significant changes since 0.5.0-rc.2.

actix-multipart: v0.5.0

  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.
  • Field::content_type() now returns Option<&mime::Mime> #2885

#2885: actix/actix-web#2885

actix-router: v0.5.0-rc.3

  • Remove unused ResourceInfo. #2612
  • Add RouterBuilder::push. #2612
  • Change signature of ResourceDef::capture_match_info_fn to remove user_data parameter. #2612
  • Replace Option<U> with U in Router API. #2612
  • Relax bounds on Router::recognize* and ResourceDef::capture_match_info. #2612
  • Quoter::requote now returns Option<Vec<u8>>. #2613

#2612: actix/actix-web#2612 #2613: actix/actix-web#2613

actix-router: v0.5.0-rc.2

  • Add Path::as_str. #2590
  • Deprecate Path::path. #2590

#2590: actix/actix-web#2590

actix-web-codegen: v0.5.0-rc.2

  • No significant changes since 0.5.0-rc.1.

actix-web-codegen: v0.5.0-rc.1

  • Minimum supported Rust version (MSRV) is now 1.54.

actix-router: v0.5.0-rc.1

... (truncated)

Changelog

Sourced from actix-multipart's changelog.

0.5.0

  • Type-safe path/query/form parameter handling, using serde #70

  • HttpResponse builder's methods .body(), .finish(), .json() return HttpResponse instead of Result

  • Use more ergonomic actix_web::Error instead of http::Error for ClientRequestBuilder::body()

  • Added HttpRequest::resource(), returns current matched resource

  • Added ErrorHandlers middleware

  • Fix router cannot parse Non-ASCII characters in URL #137

  • Fix client connection pooling

  • Fix long client urls #129

  • Fix panic on invalid URL characters #130

  • Fix logger request duration calculation #152

  • Fix prefix and static file serving #168

  • Add signed and private CookieSessionBackends

0.4.10 (2018-03-20)

  • Use Error instead of InternalError for error::ErrorXXXX methods

  • Allow to set client request timeout

  • Allow to set client websocket handshake timeout

  • Refactor TestServer configuration

  • Fix server websockets big payloads support

  • Fix http/2 date header generation

0.4.9 (2018-03-16)

  • Allow to disable http/2 support

  • Wake payload reading task when data is available

  • Fix server keep-alive handling

... (truncated)

Commits
  • 88f66d4 openssl features
  • be288fa for NamedFile process etag and last modified only if status code is 200
  • 5e6a0aa simplier example in readme
  • fd87eb5 remove reference to master
  • 81ac905 fix prefix and static file serving #168
  • bb11fb3 update client mod doc string
  • 23eea54 update cors doc string
  • 2881859 proper test for CorsBuilder::resource
  • 1686682 extend CorsBuilder api to make it more user friendly
  • d04ff13 update 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 23, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-multipart-0.5.0 branch 2 times, most recently from 83cd74d to a00813a Compare January 29, 2023 02:33
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-multipart-0.5.0 branch from a00813a to f70fd15 Compare February 15, 2023 21:41
Dependabot couldn't find the original pull request head commit, 76df3d5.
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-multipart-0.5.0 branch from f70fd15 to 3d906f9 Compare February 21, 2023 20:31
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #152.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/cargo/actix-multipart-0.5.0 branch March 20, 2023 16:12
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.

0 participants