Browse Source

chore(deps) Update Tauri Core (#460)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 5 years ago
parent
commit
377b500020
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tauri/Cargo.toml

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