Skip to content

Commit

Permalink
Add feature for vendored TLS with reqwest (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner authored Mar 7, 2024
1 parent 81d451b commit a9a9835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Stable
toolchain: stable
nightly: false
http-backend: [curl-client, h1-client, h1-client-rustls, hyper-client, reqwest-client, reqwest-client-rustls]
http-backend: [curl-client, h1-client, h1-client-rustls, hyper-client, reqwest-client, reqwest-client-rustls, reqwest-client-native-tls-vendored]
services:
influxdb:
image: influxdb:1.8
Expand Down
1 change: 1 addition & 0 deletions influxdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ h1-client-rustls = ["surf", "surf/h1-client-rustls"]
hyper-client = ["surf", "surf/hyper-client"]
reqwest-client = ["reqwest", "reqwest/native-tls-alpn"]
reqwest-client-rustls = ["reqwest", "reqwest/rustls-tls-webpki-roots"]
reqwest-client-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"]
wasm-client = ["surf", "surf/wasm-client"]

[dev-dependencies]
Expand Down

0 comments on commit a9a9835

Please sign in to comment.