Skip to content

Commit

Permalink
chore(deps): update rust crate cocoa to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent a67825e commit 6d2c62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] }
percent-encoding = "2.1"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
cocoa = "0.24"
cocoa = "0.26"

[features]
dox = [ "wry/dox" ]
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ nix = { version = "0.26.0", default-features = false, features = [ "user", "sock
[target."cfg(target_os = \"macos\")".dependencies]
embed_plist = "1.2"
plist = "1"
cocoa = "0.24" # wry still uses 0.24
cocoa = "0.26" # wry still uses 0.24
objc = "0.2" # Do not update without consensus

[target."cfg(windows)".dependencies]
Expand Down

0 comments on commit 6d2c62c

Please sign in to comment.