Skip to content

Commit

Permalink
build(deps): bump security-framework from 2.11.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [security-framework](https://github.com/kornelski/rust-security-framework) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.11.1...v3.0.0)

---
updated-dependencies:
- dependency-name: security-framework
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 98600e7 commit 494c3f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sha2.workspace = true
serde_json.workspace = true

# iOS specific things
security-framework = { version = "2.11", optional = true }
security-framework = { version = "3.0", optional = true }
security-framework-sys = { version = "2.11", optional = true }
core-foundation = { version = "0.10", optional = true }

Expand Down

0 comments on commit 494c3f0

Please sign in to comment.