diff --git a/Cargo.toml b/Cargo.toml index d028d8d..4e903e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ vendored = ["openssl/vendored"] alpn = ["security-framework/alpn"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -security-framework = "2.8.2" +security-framework = "3.1.0" security-framework-sys = "2.8.0" lazy_static = "1.4.0" libc = "0.2"