Skip to content

Commit

Permalink
update to latest dependecies version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dukhno committed Sep 12, 2020
1 parent 7959621 commit 04ccdf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ readme = "README.md"
vendored = ["openssl/vendored"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
security-framework = "0.4.1"
security-framework-sys = "0.4.1"
lazy_static = "1.0"
security-framework = "2.0.0"
security-framework-sys = "2.0.0"
lazy_static = "1.4.0"
libc = "0.2"
tempfile = "3.0"
tempfile = "3.1.0"

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

[dev-dependencies]
hex = "0.3"
hex = "0.4.2"
1 change: 1 addition & 0 deletions src/imp/security_framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use self::security_framework::os::macos::keychain::{self, KeychainSettings, SecK
use self::security_framework_sys::base::errSecParam;

use {Protocol, TlsAcceptorBuilder, TlsConnectorBuilder};
use self::security_framework::os::macos::import_export::Pkcs12ImportOptionsExt;

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

Expand Down

0 comments on commit 04ccdf3

Please sign in to comment.