Skip to content

Commit 941b7bb

Browse files
committed
Only use json & rustls features of reqwest
1 parent 1a3a82e commit 941b7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ eventsource-client = { path = "../eventsource-client" }
1111
serde_json = { version = "1.0.39"}
1212
actix = { version = "0.12.0"}
1313
actix-web = { version = "4.0.0-beta.10"}
14-
reqwest = { version = "0.11.6", features = ["json"] }
14+
reqwest = { version = "0.11.6", default_features = false, features = ["json", "rustls-tls"] }
1515
env_logger = { version = "0.7.1" }
1616
hyper = { version = "0.14.4", features = ["client", "http1", "tcp"] }
1717
log = "0.4.6"

0 commit comments

Comments
 (0)