Просмотр исходного кода

chore(deps) Update Tauri Core (#1062)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 лет назад
Родитель
Сommit
97d892bc9e
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      tauri/Cargo.toml

+ 4 - 4
tauri/Cargo.toml

@@ -29,10 +29,10 @@ 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.33"
-thiserror = "1.0.21"
+anyhow = "1.0.34"
+thiserror = "1.0.22"
 envmnt = "0.8.4"
-once_cell = "1.4.1"
+once_cell = "1.5.2"
 tauri-api = { version = "0.7.5", path = "../tauri-api" }
 urlencoding = "1.1.1"
 
@@ -41,7 +41,7 @@ runas = "0.2"
 
 [build-dependencies]
 tauri_includedir_codegen = "0.6.2"
-cfg_aliases = "0.1.0"
+cfg_aliases = "0.1.1"
 
 [dev-dependencies]
 proptest = "0.10.1"