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