Skip to content

Commit abef438

Browse files
committed
Update dependencies
1 parent d1b1c09 commit abef438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ openssl = "0.10.20"
5151

5252

5353
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dev-dependencies]
54-
security-framework = "0.1"
54+
security-framework = { version = "2.9.2", features = ["alpn"] }
5555

5656
[target.'cfg(windows)'.dev-dependencies]
5757
advapi32-sys = "0.2"

impl-security-framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tls-api-stub = { path = "../impl-stub", version = "=0.10.0-pre", default-feature
2828
tls-api-test = { path = "../api-test", version = "=0.10.0-pre", default-features = false }
2929

3030
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies]
31-
security-framework = { version = "2.0.0", features = ["alpn"] }
31+
security-framework = { version = "2.9.2", features = ["alpn"] }
3232

3333
[features]
3434
default = ["runtime-tokio"]

0 commit comments

Comments
 (0)