Skip to content

Commit 9c727a9

Browse files
madsmtmcomplexspaces
authored andcommitted
Allow lower macOS versions to work
1 parent e7aa7b0 commit 9c727a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustls-platform-verifier/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ webpki-root-certs = "1"
5353
[target.'cfg(any(target_vendor = "apple"))'.dependencies]
5454
core-foundation = "0.10"
5555
core-foundation-sys = "0.8"
56-
security-framework = { version = "3", features = ["OSX_10_14"] }
57-
security-framework-sys = { version = "2.10", features = ["OSX_10_14"] }
56+
security-framework = "3.5.0"
57+
security-framework-sys = "2.15"
5858

5959
[target.'cfg(windows)'.dependencies]
6060
windows-sys = { version = ">=0.52.0, <0.60.0", default-features = false, features = ["Win32_Foundation", "Win32_Security_Cryptography"] }

0 commit comments

Comments
 (0)