Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 2799db3

Browse files
authored
Merge pull request sfackler#152 from metajack/update-security-framework
Update to security-framework 0.4.1
2 parents fb8903a + 9a1c9c7 commit 2799db3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
- image: rust:<< parameters.image >>
1010
environment:
1111
RUST_BACKTRACE: 1
12-
RUSTFLAGS: -D warnings
1312
steps:
1413
- checkout
1514
- restore_cache:
@@ -37,7 +36,6 @@ jobs:
3736
xcode: "9.0"
3837
environment:
3938
RUST_BACKTRACE: 1
40-
RUSTFLAGS: -D warnings
4139
steps:
4240
- checkout
4341
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain << parameters.version >>
@@ -63,6 +61,6 @@ workflows:
6361
jobs:
6462
- linux:
6563
name: openssl
66-
image: 1.32.0-stretch
64+
image: 1.37.0-stretch
6765
- macos:
68-
version: 1.32.0
66+
version: 1.37.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)