diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 09d97525c..d0ebf947c 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -16,13 +16,13 @@ rand = "0.7" web-view = "0.6.0" tauri_includedir = "0.5.0" phf = "0.8.0" -base64 = "0.11.0" +base64 = "0.12.0" webbrowser = "0.5.2" lazy_static = "1.4.0" tiny_http = "0.6" threadpool = "1.7" uuid = { version = "0.8.1", features = ["v4"] } -error-chain = "0.12.1" +error-chain = "0.12.2" tauri-api = { version = "0.4", path = "../tauri-api" }