chore(deps) Update Tauri Core to v1 (major) (#2912)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-17 10:30:37 -03:00 committed by GitHub
parent 7b6db05182
commit 3efaa86df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ reqwest = { version = "0.11", features = [ "json", "multipart" ], optional = tru
bytes = { version = "1", features = [ "serde" ], optional = true }
attohttpc = { version = "0.18", features = [ "json", "form" ] }
open = { version = "2.0", optional = true }
shared_child = { version = "0.3", optional = true }
os_pipe = { version = "0.9", optional = true }
shared_child = { version = "1.0", optional = true }
os_pipe = { version = "1.0", optional = true }
rfd = { version = "0.5.1", features = [ "parent" ] }
raw-window-handle = "0.3.3"
minisign-verify = { version = "0.2", optional = true }