Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Update actix-files requirement from 0.5.0 to 0.6.0 #294

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Updates the requirements on actix-files to permit the latest version.

Release notes

Sourced from actix-files's releases.

actix-files: v0.6.0

  • No significant changes since 0.6.0-beta.16.
Changelog

Sourced from actix-files's changelog.

0.6.0 (2018-05-08)

  • Add route scopes #202

  • Allow to use ssl and non-ssl connections at the same time #206

  • Websocket CloseCode Empty/Status is ambiguous #193

  • Add Content-Disposition to NamedFile #204

  • Allow to access Error's backtrace object

  • Allow to override files listing renderer for StaticFiles #203

  • Various extractor usability improvements #207

0.5.6 (2018-04-24)

  • Make flate2 crate optional #200

0.5.5 (2018-04-24)

  • Fix panic when Websocket is closed with no error code #191

  • Allow to use rust backend for flate2 crate #199

0.5.4 (2018-04-19)

  • Add identity service middleware

  • Middleware response() is not invoked if there was an error in async handler #187

  • Use Display formatting for InternalError Display implementation #188

0.5.3 (2018-04-18)

  • Impossible to quote slashes in path parameters #182

0.5.2 (2018-04-16)

  • Allow to configure StaticFiles's CpuPool, via static method or env variable

  • Add support for custom handling of Json extractor errors #181

  • Fix StaticFiles does not support percent encoded paths #177

... (truncated)

Commits
  • ecda97a update doc string
  • 8cda362 simplify pipeline
  • 3c6c126 travis cover report
  • 72908d9 test for Scope::route(); prep release
  • c755d71 add filters support to scopes
  • a817ddb add variable segments support for scope prefix
  • 44c36e9 Merge pull request #210 from andreevlex/feature/spelling-check-06-05
  • c92ebc2 Merge branch 'master' into feature/spelling-check-06-05
  • 599fd6a fix formatting
  • fa81d97 more handler tests
  • 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 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)

Updates the requirements on [actix-files](https://github.com/actix/actix-web) to permit the latest version.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.0/CHANGES.md)
- [Commits](actix/actix-web@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: actix-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants