Skip to content

Commit

Permalink
sui-graphql-client: use rustls instead of openssl for reqwest (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten authored Dec 19, 2024
1 parent 18da152 commit 877f2c0
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 877f2c0

Please sign in to comment.