From c53fda9a5b44eb220c80eb2308165604af69b78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 04:18:26 -0400 Subject: [PATCH] chore(deps) Update Rust crate proptest to 0.9.6 (#568) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 44be84d00..31fa6d84b 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -30,7 +30,7 @@ tauri-api = { version = "0.5", path = "../tauri-api" } tauri_includedir_codegen = "0.5.2" [dev-dependencies] -proptest = "0.9.5" +proptest = "0.9.6" serde_json = "1.0" tauri = {path = ".", features = [ "all-api", "edge" ]} serde = { version = "1.0", features = [ "derive" ] }