Skip to content

Commit

Permalink
Update security-framework requirement from 2.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [security-framework](https://github.com/kornelski/rust-security-framework) to permit the latest version.
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: security-framework
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent a0e6f18 commit c4c9bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vendored = ["openssl/vendored"]
alpn = ["security-framework/alpn"]

[target.'cfg(target_vendor = "apple")'.dependencies]
security-framework = "2.0.0"
security-framework = "3.0.1"
security-framework-sys = "2.0.0"
libc = "0.2"

Expand Down

0 comments on commit c4c9bb7

Please sign in to comment.