Skip to content

Commit

Permalink
Remove locked security framework (#952)
Browse files Browse the repository at this point in the history
There is a new release of security-framework available which removes the
need for us to manually specify the version.
  • Loading branch information
Hinton authored Aug 13, 2024
1 parent 1a36b3b commit 449788a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions crates/bitwarden-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ reqwest = { version = ">=0.12.5, <0.13", features = [
"rustls-tls-webpki-roots",
], default-features = false }

# This is a workaround to fix a bug with version 2.11.0 that added some symbols that are not available on iOS
# The bug is fixed already but the fix is not released yet. https://github.com/kornelski/rust-security-framework/pull/204
[target.'cfg(target_os = "ios")'.dependencies]
security-framework = { version = "=2.10" }

[dev-dependencies]
bitwarden-crypto = { workspace = true }
rand_chacha = "0.3.1"
Expand Down

0 comments on commit 449788a

Please sign in to comment.