Skip to content

Commit

Permalink
chore(deps): update wry to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Dec 8, 2022
1 parent 9093ef3 commit fdcd773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/wry-0.23.md
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": patch
---

Update wry to 0.23.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

[dependencies]
wry = { version = "0.22.6", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { version = "0.23", 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" ] }
Expand Down

0 comments on commit fdcd773

Please sign in to comment.