Skip to content

Commit 3076fbe

Browse files
committed
Update to security-framework 0.4.1
1 parent fb8903a commit 3076fbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ workflows:
6363
jobs:
6464
- linux:
6565
name: openssl
66-
image: 1.32.0-stretch
66+
image: 1.36.0-stretch
6767
- macos:
68-
version: 1.32.0
68+
version: 1.36.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111
vendored = ["openssl/vendored"]
1212

1313
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
14-
security-framework = "0.3.1"
15-
security-framework-sys = "0.3.1"
14+
security-framework = "0.4.1"
15+
security-framework-sys = "0.4.1"
1616
lazy_static = "1.0"
1717
libc = "0.2"
1818
tempfile = "3.0"

0 commit comments

Comments
 (0)