Skip to content

Commit 0b50490

Browse files
authored
feat: use reqwest rustls-tls instead of openSSL (cloudevents#37)
for less build dependencies and a working CI Signed-off-by: Fabrizio Lazzaretti <[email protected]>
1 parent 91f9c8c commit 0b50490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudevents-sdk-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
cloudevents-sdk = { path = ".." }
11-
reqwest = { version = "0.10" }
11+
reqwest = { version = "0.10", features = ["rustls-tls"] }
1212
lazy_static = "1.4.0"
1313
bytes = "^0.5"
1414
serde_json = "^1.0"

0 commit comments

Comments
 (0)