chore: fix cargo audit warning by upgrading mockall (#4710)

This commit is contained in:
Name1e5s 2022-05-21 21:17:42 +08:00 committed by GitHub
parent 4675087090
commit 50bd8ad17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ version = "0.3.6"
tokio-test = { version = "0.4.0", path = "../tokio-test" }
tokio-stream = { version = "0.1", path = "../tokio-stream" }
futures = { version = "0.3.0", features = ["async-await"] }
mockall = "0.10.2"
mockall = "0.11.1"
tempfile = "3.1.0"
async-stream = "0.3"