Upgrade actix-test crate to 0.1 version (#1089)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
This commit is contained in:
dependabot[bot] 2022-07-26 10:22:39 +00:00 committed by GitHub
parent b32c54eeaa
commit 6d6c71fc3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ tokio = { version = "1.0", features = ["sync"], optional = true }
actix-cors = "0.6"
actix-identity = "0.5"
actix-rt = "2.0"
actix-test = "=0.1.0-beta.13"
actix-test = "0.1"
async-stream = "0.3"
bytes = "1.0"
env_logger = "0.9"