Skip to content

Commit

Permalink
Add the native-tls-vendored feature to the sdk (#526)
Browse files Browse the repository at this point in the history
Needed for reqwest
  • Loading branch information
labbott authored Jan 22, 2024
1 parent 237d1fd commit 334a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = { workspace = true }
progenitor-client = { workspace = true }
rand = { workspace = true }
regress = { workspace = true }
reqwest = { workspace = true }
reqwest = { workspace = true, features = ["native-tls-vendored"] }
serde = { workspace = true }
serde_json = { workspace = true }
schemars = { workspace = true }
Expand Down

0 comments on commit 334a03b

Please sign in to comment.