Skip to content

Commit d052f8f

Browse files
committed
bitreq: deps: conditionally enable std flag on rustls
1 parent 49491db commit d052f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitreq/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ json-using-serde = ["serde", "serde_json"]
5454
proxy = ["base64", "std"]
5555

5656
https = ["https-rustls"]
57-
https-rustls = ["rustls", "webpki-roots", "rustls-webpki"]
58-
https-rustls-probe = ["rustls", "rustls-native-certs"]
57+
https-rustls = ["rustls", "webpki-roots", "rustls-webpki", "rustls/std"]
58+
https-rustls-probe = ["rustls", "rustls-native-certs", "rustls/std"]
5959
https-native-tls = ["native-tls"]
6060

6161
async = ["tokio", "std"]

0 commit comments

Comments
 (0)