diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 0a5c73dcd..71b2b4933 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -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" ] } diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 653d70d5a..44bd8a0e9 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -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" }