From 39582f06ab3a7b9e0ba3724020b288782a9a004b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:56:38 +0000 Subject: [PATCH] build(deps): bump security-framework from 3.3.0 to 3.4.0 Bumps [security-framework](https://github.com/kornelski/rust-security-framework) from 3.3.0 to 3.4.0. - [Commits](https://github.com/kornelski/rust-security-framework/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: security-framework dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- keystore/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64bf7b28ca..d9d452c25c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ "rstest", "rstest_reuse", "rusqlite", - "security-framework 3.3.0", + "security-framework 3.4.0", "security-framework-sys", "serde", "serde-wasm-bindgen", @@ -3979,9 +3979,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" +checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640" dependencies = [ "bitflags", "core-foundation 0.10.1", diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index 562a2777c6..f441af69c8 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -46,7 +46,7 @@ proteus-traits = { workspace = true, optional = true } itertools.workspace = true [target.'cfg(target_os = "ios")'.dependencies] -security-framework = "3.3" +security-framework = "3.4" security-framework-sys = "2.15" core-foundation = "0.10"