diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index e13dd7c02..cbd216612 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ] readme = "README.md" [dependencies] -wry = { version = "0.14", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { version = "0.15", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" } tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" } uuid = { version = "0.8.2", features = [ "v4" ] }