diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 57c63112d..95da6c0b1 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -38,8 +38,8 @@ notify-rust = { version = "4.0.0", optional = true } once_cell = "1.5.2" [dev-dependencies] -quickcheck = "0.9.2" -quickcheck_macros = "0.9.1" +quickcheck = "1.0.3" +quickcheck_macros = "1.0.0" [features] cli = [ "clap" ]