Bump actix-rt from 1.1.1 to 2.2.0

Bumps [actix-rt](https://github.com/actix/actix-net) from 1.1.1 to 2.2.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](https://github.com/actix/actix-net/compare/rt-1.1.1...rt-v2.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 07:43:11 +00:00 committed by GitHub
parent 74041221e7
commit 695785116d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 92 additions and 24 deletions

View file

@ -18,5 +18,5 @@ log = "^0.4.14"
env_logger = "^0.8.3"
[dev-dependencies]
actix-rt = "^1.1.1"
actix-rt = "^2.2.0"
tempdir = "^0.3.7"