Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Dec 5, 2023
1 parent d1b1c09 commit abef438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ openssl = "0.10.20"


[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dev-dependencies]
security-framework = "0.1"
security-framework = { version = "2.9.2", features = ["alpn"] }

[target.'cfg(windows)'.dev-dependencies]
advapi32-sys = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion impl-security-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tls-api-stub = { path = "../impl-stub", version = "=0.10.0-pre", default-feature
tls-api-test = { path = "../api-test", version = "=0.10.0-pre", default-features = false }

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies]
security-framework = { version = "2.0.0", features = ["alpn"] }
security-framework = { version = "2.9.2", features = ["alpn"] }

[features]
default = ["runtime-tokio"]
Expand Down

0 comments on commit abef438

Please sign in to comment.