diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index e78749b3..d7f4d0dc 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -39,7 +39,7 @@ matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" } http = "0.2.1" tracing-subscriber = "0.2.7" tempfile = "3.1.0" -mockito = "0.25.1" +mockito = "0.26.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] tokio = { version = "0.2.21", features = ["rt-threaded", "macros"] }