From b83b48ac209ee734d21d5aa142e98cd8a1fc6be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:21:56 +0000 Subject: [PATCH] Update security-framework requirement from 2.8.2 to 3.1.0 Updates the requirements on [security-framework](https://github.com/kornelski/rust-security-framework) to permit the latest version. - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.8.2...v3.1.0) --- updated-dependencies: - dependency-name: security-framework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"