mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
chore(deps) Update Tauri Core (#1865)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c7dec3179b
commit
eeb2bde464
@ -34,7 +34,7 @@ normal = ["attohttpc"] # we ignore attohttpc because we can't remove it based on
|
||||
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
base64 = "0.13.0"
|
||||
tokio = { version = "1.5", features = [ "rt", "rt-multi-thread", "sync" ] }
|
||||
tokio = { version = "1.6", features = [ "rt", "rt-multi-thread", "sync" ] }
|
||||
futures = "0.3"
|
||||
uuid = { version = "0.8.2", features = [ "v4" ] }
|
||||
thiserror = "1.0.24"
|
||||
@ -57,7 +57,7 @@ rfd = "0.3.0"
|
||||
tinyfiledialogs = "3.3"
|
||||
http = "0.2"
|
||||
clap = { version = "=3.0.0-beta.2", optional = true }
|
||||
notify-rust = { version = "4.5.0", optional = true }
|
||||
notify-rust = { version = "4.5.2", optional = true }
|
||||
tauri-hotkey = { version = "0.1.2", optional = true }
|
||||
open = "1.7.0"
|
||||
shared_child = "0.3"
|
||||
@ -81,7 +81,7 @@ tauri = { path = "." }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
quickcheck = "1.0.3"
|
||||
quickcheck_macros = "1.0.0"
|
||||
tokio-test = "0.4.1"
|
||||
tokio-test = "0.4.2"
|
||||
mockito = "0.30"
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user