Skip to content

Commit

Permalink
Replace OpenSSL dependency with Rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 authored Sep 20, 2024
1 parent a03f661 commit 5a21f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fhir-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docs = []
async-trait = { version = "0.1.68", optional = true }
fhir-model = { path = "../fhir-model", version = "0.12.0", default-features = false }
futures = { version = "0.3.28", optional = true }
reqwest = { version = "0.12.2", features = ["json"], optional = true }
reqwest = { version = "0.12.2", default-features = false, features = ["json", "http2", "rustls-tls", "charset"], optional = true }
serde = { version = "1.0.159" }
serde_json = { version = "1.0.95", optional = true }
thiserror = { version = "1.0.40", optional = true }
Expand Down

0 comments on commit 5a21f47

Please sign in to comment.