Skip to content

Commit

Permalink
chore(FFI): Remove default TLS features
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 24, 2024
1 parent 6c7a300 commit 2b49b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand = "0.8.5"
rand_regex = "0.15.1"
regex = "1.10.2"
regex-syntax = "0.6.29"
rustls = { version = "0.23.10", features = ["ring"] }
rustls = { version = "0.23.10", default-features = false, features = ["ring"] }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 2b49b39

Please sign in to comment.