mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
chore(deps): wry 0.12 (#2372)
* chore(deps): wry 0.12 * update tokio [skip ci] * keep wry github [skip ci]
This commit is contained in:
parent
9b32b93996
commit
d7dd653026
@ -12,8 +12,8 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#wry = { version = "0.11", default-features = false, features = [ "file-drop", "protocol" ] }
|
wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
|
||||||
wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] }
|
# wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] }
|
||||||
tauri-runtime = { version = "0.1.4", path = "../tauri-runtime" }
|
tauri-runtime = { version = "0.1.4", path = "../tauri-runtime" }
|
||||||
tauri-utils = { version = "1.0.0-beta.2", path = "../tauri-utils" }
|
tauri-utils = { version = "1.0.0-beta.2", path = "../tauri-utils" }
|
||||||
uuid = { version = "0.8.2", features = [ "v4" ] }
|
uuid = { version = "0.8.2", features = [ "v4" ] }
|
||||||
|
@ -33,7 +33,7 @@ normal = [ "attohttpc" ]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
tokio = { version = "1.7", features = [ "rt", "rt-multi-thread", "sync", "fs" ] }
|
tokio = { version = "1.9", features = [ "rt", "rt-multi-thread", "sync", "fs" ] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
uuid = { version = "0.8", features = [ "v4" ] }
|
uuid = { version = "0.8", features = [ "v4" ] }
|
||||||
url = { version = "2.2" }
|
url = { version = "2.2" }
|
||||||
|
Loading…
Reference in New Issue
Block a user