Bump actix-web from 0.6.15 to 0.7.15 in /demo
Bumps actix-web from 0.6.15 to 0.7.15.
Changelog
Sourced from actix-web's changelog.
[0.7.15] - 2018-12-05
Changed
ClientConnector::resolvernow acceptsInto<Recipient>instead ofAddr. It enables user to implement own resolver.
QueryConfigandPathConfigare made public.
AsyncResult::asyncis changed toAsyncResult::futureasasyncis reserved keyword in 2018 edition.Added
- By default,
Pathextractor now percent decode all characters. This behaviour can be disabled withPathConfig::default().disable_decoding()[0.7.14] - 2018-11-14
Added
Add method to configure custom error handler to
QueryandPathextractors.Add method to configure
SameSiteoption inCookieIdentityPolicy.By default,
Pathextractor now percent decode all characters. This behaviour can be disabled withPathConfig::default().disable_decoding()Fixed
Fix websockets connection drop if request contains "content-length" header #567
Fix keep-alive timer reset
HttpServer now treats streaming bodies the same for HTTP/1.x protocols. #549
Set nodelay for socket #560
[0.7.13] - 2018-10-14
Fixed
Fixed rustls support
HttpServer not sending streamed request body on HTTP/2 requests #544
[0.7.12] - 2018-10-10
... (truncated)
Commits
ac9fc66Bump version to 0.7.150745a1aRemove usage of upcoming keyword asyncb1635bcUpdate some dependencies (#612)08c7743Add set_mailbox_capacity() function68c5d6eimplFrom\<Cow<'static, [u8]>>forBinary(#611)c386353decode reserved characters when extracting path with configuration (#577)9aab382Allow user to provide addr to custom resolver389cb13Export PathConfig and QueryConfig6a93178Complete error helper functions.cd9901cprepare release- 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.