diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index e89fd951d..3d964dd77 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -42,7 +42,7 @@ runas = "0.2" cfg_aliases = "0.1.1" [dev-dependencies] -proptest = "0.10.1" +proptest = "1.0.0" serde_json = "1.0" tauri = { path = ".", features = [ "api-all" ] } serde = { version = "1.0", features = [ "derive" ] }