Upgrade mockito in matrix-sdk-base

master
Jonas Platte 2020-07-11 20:55:19 +02:00
parent 1fcb68c59f
commit a607d70371
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }