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:
Lucas Fernandes Nogueira 2021-08-09 00:10:02 -03:00 committed by GitHub
parent 9b32b93996
commit d7dd653026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
readme = "README.md"
[dependencies]
#wry = { version = "0.11", 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 = { 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" ] }
tauri-runtime = { version = "0.1.4", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-beta.2", path = "../tauri-utils" }
uuid = { version = "0.8.2", features = [ "v4" ] }

View File

@ -33,7 +33,7 @@ normal = [ "attohttpc" ]
[dependencies]
serde_json = { version = "1.0", features = [ "raw_value" ] }
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"
uuid = { version = "0.8", features = [ "v4" ] }
url = { version = "2.2" }