chore(deps): pin wry to 0.22.6

This commit is contained in:
Lucas Nogueira 2022-12-07 16:28:40 -03:00
parent 7225501c13
commit 4f087cfd92
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
[dependencies]
wry = { version = "0.22.4", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { version = "0.22.6", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" }
tauri-utils = { version = "1.2.1", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }