Skip to content

Commit 9a9e798

Browse files
authored
Merge pull request #186 from alex-dukhno/update-dependecies
update to latest dependecies version
2 parents 7959621 + 04ccdf3 commit 9a9e798

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

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

1313
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
14-
security-framework = "0.4.1"
15-
security-framework-sys = "0.4.1"
16-
lazy_static = "1.0"
14+
security-framework = "2.0.0"
15+
security-framework-sys = "2.0.0"
16+
lazy_static = "1.4.0"
1717
libc = "0.2"
18-
tempfile = "3.0"
18+
tempfile = "3.1.0"
1919

2020
[target.'cfg(target_os = "windows")'.dependencies]
2121
schannel = "0.1.16"
@@ -27,4 +27,4 @@ openssl-sys = "0.9.55"
2727
openssl-probe = "0.1"
2828

2929
[dev-dependencies]
30-
hex = "0.3"
30+
hex = "0.4.2"

src/imp/security_framework.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ use self::security_framework::os::macos::keychain::{self, KeychainSettings, SecK
3030
use self::security_framework_sys::base::errSecParam;
3131

3232
use {Protocol, TlsAcceptorBuilder, TlsConnectorBuilder};
33+
use self::security_framework::os::macos::import_export::Pkcs12ImportOptionsExt;
3334

3435
static SET_AT_EXIT: Once = Once::new();
3536

0 commit comments

Comments
 (0)