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:
parent
b32c54eeaa
commit
6d6c71fc3b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ tokio = { version = "1.0", features = ["sync"], optional = true }
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.6"
|
||||||
actix-identity = "0.5"
|
actix-identity = "0.5"
|
||||||
actix-rt = "2.0"
|
actix-rt = "2.0"
|
||||||
actix-test = "=0.1.0-beta.13"
|
actix-test = "0.1"
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
|
|
Loading…
Reference in a new issue