Browse Source

chore(deps) Update Tauri Core (#1283)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 năm trước cách đây
mục cha
commit
2e9945ac81
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tauri/Cargo.toml

+ 2 - 2
tauri/Cargo.toml

@@ -28,8 +28,8 @@ tokio = { version = "1.2", features = ["rt", "rt-multi-thread", "sync"] }
 futures = "0.3"
 async-trait = "0.1"
 uuid = { version = "0.8.2", features = [ "v4" ] }
-thiserror = "1.0.23"
-once_cell = "1.5.2"
+thiserror = "1.0.24"
+once_cell = "1.7.0"
 tauri-api = { version = "0.7.5", path = "../tauri-api" }
 tauri-macros = { version = "0.1", path = "../tauri-macros" }
 wry = { git = "https://github.com/tauri-apps/wry", rev = "e0b63d2d9179e4f79ff57affc59338372cefae8b" }