From 17c1252266e3b6fc3e04dc57f2e5d785d1bfb4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:52:52 +0000 Subject: [PATCH] Update security-framework requirement from 2.0.0 to 3.0.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.0.0...v3.0.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 fa45c1b..d97656e 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.0" security-framework-sys = "2.0.0" libc = "0.2"