|
@@ -16,14 +16,14 @@ webview-sys = { git = "https://github.com/tauri-apps/web-view", version = "0.5.0
|
|
|
web-view = { git = "https://github.com/tauri-apps/web-view", version = "0.6.2" }
|
|
|
tauri_includedir = "0.5.0"
|
|
|
phf = "0.8.0"
|
|
|
-base64 = "0.12.1"
|
|
|
+base64 = "0.12.2"
|
|
|
webbrowser = "0.5.4"
|
|
|
lazy_static = "1.4.0"
|
|
|
tiny_http = { version = "0.7", optional = true }
|
|
|
threadpool = "1.8"
|
|
|
uuid = { version = "0.8.1", features = ["v4"] }
|
|
|
anyhow = "1.0.31"
|
|
|
-thiserror = "1.0.19"
|
|
|
+thiserror = "1.0.20"
|
|
|
envmnt = "0.8.2"
|
|
|
once_cell = "1.4.0"
|
|
|
|