From c4c9bb7a6b3e77527595d36292260612bc0af244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:18:47 +0000 Subject: [PATCH] Update security-framework requirement from 2.0.0 to 3.0.1 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.0.0...v3.0.1) --- 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 dc50f8c..7209a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ vendored = ["openssl/vendored"] alpn = ["security-framework/alpn"] [target.'cfg(target_vendor = "apple")'.dependencies] -security-framework = "2.0.0" +security-framework = "3.0.1" security-framework-sys = "2.0.0" libc = "0.2"