1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[deps] Platform: Update macOS/iOS bindings (#12971)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-18 14:10:47 +02:00
committed by GitHub
parent dfebfb6b7e
commit 7b248fb481
3 changed files with 10 additions and 10 deletions

View File

@@ -702,9 +702,9 @@ dependencies = [
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
dependencies = [ dependencies = [
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
@@ -2875,9 +2875,9 @@ dependencies = [
[[package]] [[package]]
name = "security-framework" name = "security-framework"
version = "3.1.0" version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d3f8c9bfcc3cbb6b0179eb57042d75b1582bdc65c3cb95f3fa999509c03cbc" checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"core-foundation", "core-foundation",
@@ -2888,9 +2888,9 @@ dependencies = [
[[package]] [[package]]
name = "security-framework-sys" name = "security-framework-sys"
version = "2.13.0" version = "2.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
dependencies = [ dependencies = [
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",

View File

@@ -26,7 +26,7 @@ bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", re
byteorder = "=1.5.0" byteorder = "=1.5.0"
bytes = "=1.10.1" bytes = "=1.10.1"
cbc = "=0.1.2" cbc = "=0.1.2"
core-foundation = "=0.10.0" core-foundation = "=0.10.1"
dirs = "=6.0.0" dirs = "=6.0.0"
ed25519 = "=2.2.3" ed25519 = "=2.2.3"
embed_plist = "=1.2.2" embed_plist = "=1.2.2"
@@ -49,8 +49,8 @@ rsa = "=0.9.6"
russh-cryptovec = "=0.7.3" russh-cryptovec = "=0.7.3"
scopeguard = "=1.2.0" scopeguard = "=1.2.0"
secmem-proc = "=0.3.7" secmem-proc = "=0.3.7"
security-framework = "=3.1.0" security-framework = "=3.4.0"
security-framework-sys = "=2.13.0" security-framework-sys = "=2.15.0"
serde = "=1.0.209" serde = "=1.0.209"
serde_json = "=1.0.127" serde_json = "=1.0.127"
sha2 = "=0.10.8" sha2 = "=0.10.8"

View File

@@ -14,7 +14,7 @@ thiserror = { workspace = true }
tokio = { workspace = true } tokio = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "=0.10.0" core-foundation = "=0.10.1"
[build-dependencies] [build-dependencies]
cc = "=1.2.4" cc = "=1.2.4"