Skip to content

Commit

Permalink
Potential fix for certificate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 30, 2024
1 parent 2ac1dca commit 15b50f0
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"], default-features = false}
reqwest = { version = ">=0.11, <0.12", features = ["json", "rustls-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 @@ -39,7 +39,7 @@ subtle = ">=2.5.0, <3.0"
thiserror = ">=1.0.40, <2.0"
url = ">=2.3.1, <3"
uuid = { version = ">=1.3.3, <2.0", features = ["serde"] }
opentelemetry-otlp = {version = "0.14.0", features = ["reqwest-rustls"]}
# opentelemetry-otlp = {version = "0.14.0", features = ["reqwest-rustls"]}
tokio = "1.35.0"
env_logger = "0.10.1"
seeded-random = "0.6.0"
Expand Down

0 comments on commit 15b50f0

Please sign in to comment.