Bump actix-web from 3.3.0 to 3.3.2

Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.0 to 3.3.2.
- [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-v3.3.0...web-v3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-31 07:30:16 +00:00 committed by GitHub
parent 0e982a52d7
commit 5b28993be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
actix-web = "^3.3.0"
actix-web = "^3.3.2"
anyhow = "1.0"
futures = "^0.3.8"
serde = "^1.0.125"