chore(deps): update wry to 0.15

This commit is contained in:
Lucas Nogueira
2022-04-12 13:28:25 -03:00
parent fa2baba76c
commit aa111c8c3e

View File

@@ -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" ] }