From abef4384ea284da5e094d61b63bf82f4ffa3f5d2 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 5 Dec 2023 23:23:08 +0000 Subject: [PATCH] Update dependencies --- examples/Cargo.toml | 2 +- impl-security-framework/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3adbc12..d0e7854 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -51,7 +51,7 @@ openssl = "0.10.20" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dev-dependencies] -security-framework = "0.1" +security-framework = { version = "2.9.2", features = ["alpn"] } [target.'cfg(windows)'.dev-dependencies] advapi32-sys = "0.2" diff --git a/impl-security-framework/Cargo.toml b/impl-security-framework/Cargo.toml index aba6c3c..1a0b01a 100644 --- a/impl-security-framework/Cargo.toml +++ b/impl-security-framework/Cargo.toml @@ -28,7 +28,7 @@ tls-api-stub = { path = "../impl-stub", version = "=0.10.0-pre", default-feature tls-api-test = { path = "../api-test", version = "=0.10.0-pre", default-features = false } [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies] -security-framework = { version = "2.0.0", features = ["alpn"] } +security-framework = { version = "2.9.2", features = ["alpn"] } [features] default = ["runtime-tokio"]