فهرست منبع

chore(deps) Update Tauri Core (#637)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
renovate[bot] 5 سال پیش
والد
کامیت
250c0508a5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tauri/Cargo.toml

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