We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8903a commit 3076fbeCopy full SHA for 3076fbe
.circleci/config.yml
@@ -63,6 +63,6 @@ workflows:
63
jobs:
64
- linux:
65
name: openssl
66
- image: 1.32.0-stretch
+ image: 1.36.0-stretch
67
- macos:
68
- version: 1.32.0
+ version: 1.36.0
Cargo.toml
@@ -11,8 +11,8 @@ readme = "README.md"
11
vendored = ["openssl/vendored"]
12
13
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
14
-security-framework = "0.3.1"
15
-security-framework-sys = "0.3.1"
+security-framework = "0.4.1"
+security-framework-sys = "0.4.1"
16
lazy_static = "1.0"
17
libc = "0.2"
18
tempfile = "3.0"
0 commit comments