Skip to content

Commit fccd457

Browse files
renovate[bot]Legend-Master
authored andcommitted
chore(deps): update rust crate windows to 0.61 (v2) (tauri-apps#2549)
* chore(deps): update rust crate windows to 0.61 * Change file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <[email protected]>
1 parent bcc40d8 commit fccd457

File tree

3 files changed

+22
-82
lines changed

3 files changed

+22
-82
lines changed

.changes/opener-windows-0.61.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"opener": patch
3+
"opener-js": patch
4+
---
5+
6+
Update `windows` crate to 0.61 to align with Tauri 2.5

Cargo.lock

Lines changed: 15 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/opener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ glob = { workspace = true }
4040
dunce = { workspace = true }
4141

4242
[target."cfg(windows)".dependencies.windows]
43-
version = "0.60"
43+
version = "0.61"
4444
features = [
4545
"Win32_Foundation",
4646
"Win32_UI_Shell_Common",

0 commit comments

Comments
 (0)