Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
fix(api): Use rustls instead of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Nov 1, 2022
1 parent 471077e commit 1a0625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/noosphere-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_urlencoded = "~0.7"
tracing = "~0.1"
noosphere-core = { version = "0.1.0-alpha.1", path = "../noosphere-core" }
noosphere-storage = { version = "0.1.0-alpha.1", path = "../noosphere-storage" }
reqwest = { version = "~0.11", features = ["json"] }
reqwest = { version = "~0.11", default-features = false, features = ["json", "rustls-tls"] }

ucan = { version = "0.7.0-alpha.1" }
ucan-key-support = { version = "0.7.0-alpha.1" }
Expand Down

0 comments on commit 1a0625a

Please sign in to comment.