Skip to content

Commit fad067f

Browse files
committed
Bumped macos dependencies
1 parent 0fbffaa commit fad067f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ thiserror = "2"
1919
log = "0.4"
2020

2121
[target.'cfg(target_os = "macos")'.dependencies]
22-
objc2 = "0.5"
23-
objc2-foundation = "0.2"
24-
objc2-local-authentication = { version = "0.2", features = ["LAContext", "LAError", "block2"] }
25-
objc2-security = "0.3"
22+
objc2 = "0.6"
2623
objc2-core-foundation = "0.3"
27-
block2 = "0.5"
24+
objc2-foundation = { version = "0.3", features = ["NSString"] }
25+
objc2-local-authentication = { version = "0.3", features = ["LAContext", "LAError", "block2"] }
26+
objc2-security = "0.3"
27+
block2 = "0.6"
2828

2929
[target.'cfg(target_os = "windows")'.dependencies]
3030
windows = { version = "0.58", features = ["Foundation", "Storage_Streams", "Security_Credentials_UI", "Security_Cryptography_Core", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }

0 commit comments

Comments
 (0)