diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-09 04:20:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 04:20:46 +0000 |
commit | fc33e866f4364e86355d41d2939e48cc8f2b3dbb (patch) | |
tree | 1a238d60437391327d2ca6e36edc7df491fb81dd /Cargo.toml | |
parent | Merge pull request #731 from svenstaro/dependabot/cargo/futures-0.3.21 (diff) | |
download | miniserve-fc33e866f4364e86355d41d2939e48cc8f2b3dbb.tar.gz miniserve-fc33e866f4364e86355d41d2939e48cc8f2b3dbb.zip |
Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3
Bumps [actix-web](https://github.com/actix/actix-web) from 4.0.0-rc.2 to 4.0.0-rc.3.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v4.0.0-rc.2...web-v4.0.0-rc.3)
---
updated-dependencies:
- dependency-name: actix-web
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "=4.0.0-rc.2" +actix-web = "=4.0.0-rc.3" actix-files = "=0.6.0-beta.16" actix-multipart = "=0.4.0-beta.13" actix-web-httpauth = "=0.6.0-beta.7" |