Skip to content

Commit 3f6f07a

Browse files
authored
chore(deps): update wry to 0.47 and tao to 0.30.6 (#11627)
1 parent 60e86d5 commit 3f6f07a

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

Diff for: Cargo.lock

+18-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/tauri-runtime-wry/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ rustc-args = ["--cfg", "docsrs"]
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
20-
wry = { version = "0.46.1", default-features = false, features = [
20+
wry = { version = "0.47", default-features = false, features = [
2121
"drag-drop",
2222
"protocol",
2323
"os-webview",
2424
"linux-body",
2525
] }
26-
tao = { version = "0.30.5", default-features = false, features = ["rwh_06"] }
26+
tao = { version = "0.30.6", default-features = false, features = ["rwh_06"] }
2727
tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
2828
tauri-utils = { version = "2.0.2", path = "../tauri-utils" }
2929
raw-window-handle = "0.6"

0 commit comments

Comments
 (0)