Skip to content

Commit

Permalink
Do not use openssl via native-ssl, so force reqwest to use rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Dec 19, 2024
1 parent 975b425 commit 2c41b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-graphql-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bcs = "0.1.4"
chrono = "0.4.26"
cynic = "3.7.3"
futures = "0.3.29"
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
serde = { version = "1.0.144" }
serde_json = {version = "1.0.95"}
sui-types = { package = "sui-sdk-types", path = "../sui-sdk-types", features = ["serde"] }
Expand Down

0 comments on commit 2c41b8f

Please sign in to comment.