diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 3d9624391..3aa8d950b 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -17,7 +17,7 @@ web-view = { git = "https://github.com/tauri-apps/web-view" } tauri_includedir = "0.5.0" phf = "0.8.0" base64 = "0.12.1" -webbrowser = "0.5.2" +webbrowser = "0.5.4" lazy_static = "1.4.0" tiny_http = { version = "0.7", optional = true } threadpool = "1.8" @@ -32,7 +32,7 @@ tauri-api = { version = "0.5", path = "../tauri-api" } tauri_includedir_codegen = "0.5.2" [dev-dependencies] -proptest = "0.9.6" +proptest = "0.10.0" serde_json = "1.0" tauri = {path = ".", features = [ "all-api", "edge" ]} serde = { version = "1.0", features = [ "derive" ] }