fix(*): too many stars (#1491)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
This commit is contained in:
nothingismagick 2021-04-14 23:17:58 +02:00 committed by GitHub
parent 395fbb343a
commit 850a99a576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ tauri = { path = ".", features = [ "api-all" ] }
serde = { version = "1.0", features = [ "derive" ] }
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
tokio-test = "*"
tokio-test = "0.4.1"
mockito = "0.29"
[features]