diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index cc25ae105..71aa8e2b6 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -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"