From fe4ea762c11c1b053600e069ebf470e258cbcd18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 14:28:05 -0300 Subject: [PATCH] chore(deps) Update Tauri API (major) (#1148) Co-authored-by: Renovate Bot --- tauri-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]