Skip to content

Commit

Permalink
Vendored OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 30, 2024
1 parent 70ccd61 commit 073b135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/infisical/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ num-bigint = ">=0.4, <0.5"
num-traits = ">=0.2.15, <0.3"
pbkdf2 = { version = ">=0.12.1, <0.13", default-features = false }
rand = ">=0.8.5, <0.9"
reqwest = { version = ">=0.11, <0.12", features = ["json", "native-tls"], default-features = false }
#reqwest = { version = ">=0.11, <0.12", features = ["json", "native-tls"], default-features = false }
rsa = ">=0.9.2, <0.10"
serde = { version = ">=1.0, <2.0", features = ["derive"] }
serde_json = ">=1.0.96, <2.0"
Expand All @@ -47,5 +47,5 @@ serial_test = "2.0.0"
dotenv = "0.15.0"
aes-gcm = "0.10.3"

[target.'cfg(target_os = "linux")'.dependencies]
openssl = {version = "0.10", features = ["vendored"]}
reqwest = { version = ">=0.11, <0.12", features = ["json", "native-tls-vendored"], default-features = false }

0 comments on commit 073b135

Please sign in to comment.