Skip to content

Commit 33318d0

Browse files
Update objc2-local-authentication requirement from 0.2 to 0.3
Updates the requirements on [objc2-local-authentication](https://github.com/madsmtm/objc2) to permit the latest version. - [Commits](madsmtm/objc2@block-sys-0.2.0...objc-sys-0.3.1) --- updated-dependencies: - dependency-name: objc2-local-authentication dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74cfdf4 commit 33318d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4"
2121
[target.'cfg(target_os = "macos")'.dependencies]
2222
objc2 = "0.5"
2323
objc2-foundation = "0.2"
24-
objc2-local-authentication = { version = "0.2", features = ["LAContext", "LAError", "block2"] }
24+
objc2-local-authentication = { version = "0.3", features = ["LAContext", "LAError", "block2"] }
2525
objc2-security = "0.3"
2626
objc2-core-foundation = "0.3"
2727
block2 = "0.5"

0 commit comments

Comments
 (0)