Skip to content

Commit

Permalink
Lower security-framework to 2.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jun 3, 2024
1 parent 863b645 commit 58c1e42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions cli/Cargo.lock

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

8 changes: 4 additions & 4 deletions lib/Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ url = "2.5.0"
futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] }

# Pin these versions to fix iOS build issues
security-framework = "=2.10.0"
security-framework-sys = "=2.10.0"
security-framework = "=2.9.2"
security-framework-sys = "=2.9.1"

[dev-dependencies]
tempdir = "0.3.7"
Expand Down

0 comments on commit 58c1e42

Please sign in to comment.