Bump actix-files from 0.6.0-beta.10 to 0.6.0-beta.13
Created by: dependabot[bot]
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps actix-files from 0.6.0-beta.10 to 0.6.0-beta.13.
Release notes
Sourced from actix-files's releases.
actix-files: v0.6.0-beta.13
- The
Files
service now rejects requests with URL paths that include%2F
(decoded:/
). #2398- The
Files
service now correctly decodes%25
in the URL path to%
for the file path. #2398- Minimum supported Rust version (MSRV) is now 1.54.
actix-files: v0.6.0-beta.12
- No significant changes since
0.6.0-beta.11
.actix-files: v0.6.0-beta.11
- No significant changes since
0.6.0-beta.10
.
Commits
-
8bbf2b5
prepare actix-test release 0.1.0-beta.11 -
8c975bc
prepare actix-http-test release 3.0.0-beta.11 -
742ad56
prepare actix-web-actors release 4.0.0-beta.10 -
bcc8d5c
prepare actix-multipart release 0.4.0-beta.12 -
f659098
prepare awc release 3.0.0-beta.18 -
8621ae1
prepare actix-web release 4.0.0-beta.19 -
b338eb8
prepare actix-http release 3.0.0-beta.18 -
5abd1c2
prepare actix-web-codegen release 0.5.0-rc.1 -
0533626
prepare actix-router release 0.5.0-beta.4 -
86df295
fully percent decode path segments when capturing (#2566) - 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)