Commit Graph

24 Commits

Author SHA1 Message Date
Sean McArthur
b72a385ae7 Bump MSRV to 1.56 (#1582) 2022-07-18 15:48:40 -07:00
Sean McArthur
c4603b0a5d Disable dependabot wasm alerts 2022-06-08 10:46:17 -07:00
hson
c4d5094522 Update path and toolchain up to date 2022-05-17 11:30:11 -05:00
Sean McArthur
0170947fb4 Bump MSRV to 1.49 (#1484) 2022-02-25 13:46:13 -08:00
Sean McArthur
b9cf2db697 CI: make a single final job that depends on all others (#1291) 2021-06-23 11:24:18 -07:00
Mohamed Daahir
77ee0df7c5 Support Deflate decoding (#1250) 2021-04-22 10:35:29 -07:00
Marco Ieni
9293cd2061 CI: check documentation (#1246) 2021-04-19 16:22:04 -07:00
Camille TJHOA
43725ac1ee Add wasm integration tests to CI (#657) (#1237) 2021-04-12 15:47:20 -07:00
Sean McArthur
81c0b6685a Up MSRV to 1.46.0 2021-04-06 11:48:09 -07:00
CfirTsabari
a856638316 Check format to all rs files under src (#1188)
fixed-format of all missing files.
Fixes seanmonstar/reqwest#1186
2021-03-01 17:06:14 -08:00
nickelc
6ac97dc3aa Add minimal versions check for nightly CI job (#1197) 2021-02-22 16:13:50 -08:00
glyphpoch
ad21b62fd2 Fix Android CI build (#1169)
Use "cross" to cross-compile reqwest for Android. The job currently
errors out because the default linker doesn't know what to do with
object files generated for Android.
2021-02-09 06:22:14 -08:00
nickelc
afed48cafd Make multipart an optional feature (default off) (#1128) 2021-01-04 13:20:17 -08:00
messense
a19eb34196 Update to tokio 1.0, bytes 1.0 (#1076)
Co-authored-by: Wim Looman <git@nemo157.com>
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
2020-12-30 09:57:50 -08:00
est31
3ea9f92f24 Add rustls-tls-manual-roots feature to allow callers to specify roots
Now, callers have more control over the set of roots.

Note that, due to cargo unification, other dependencies in the
dependency tree might enable rustls-tls-webpki-roots
or rustls-tls.
This will affect connections initiated by code that explicitly
enabled rustls-tls-manual-roots.

So for now, the choice is done once per entire cargo
dependency graph. If people want more precise control
over things, they can add methods that allow controlling
this on a per-connection level. Even if such methods
are available, the *-manual-roots feature will still be
helpful with eliminating the webpki-roots dependency
for those cargo graphs where there is no unification.
2020-11-19 13:13:36 -08:00
Sean McArthur
94d9b325ec Create FUNDING.yml 2020-04-14 15:17:12 -07:00
daxpedda
d2fc485d11 Enable trust-dns in CI. 2020-03-03 10:54:49 -08:00
lzutao
b3d5f78b8f actions: Remove --all flag from rustfmt (#795)
The --all flag of rustfmt may trigger metadata resolution
which maybe slow down formatting in this case.
2020-02-21 11:38:38 -08:00
EnokMan
f831d62da0 Brotli support (#791) 2020-02-19 12:49:11 -08:00
r-arias
20d50daa8b re-add the "socks" feature (using tokio-socks) (#769)
The "socks" feature has been removed for a while now, the optional
dependency on the "socks" crate commented out.

The code for actually providing the socks feature was, however, still
mostly present, if a bit out of date.

This commit re-adds the socks feature using the tokio-socks (instead of
socks) crate.

Closes #620
2020-01-09 12:25:26 -08:00
Sean McArthur
24abf2fcbd Separate default-tls and native-tls features (#749)
To allow for the default-tls to change to a different backend by
default, this adds a new `native-tls` optional feature. Any TLS feature
that was only available using native-tls now requires the `native-tls`
feature to be enabled.
2019-12-20 13:22:56 -08:00
Sean McArthur
18fd9a63b0 Re-enable rustls (#747) 2019-12-19 11:43:03 -08:00
Sean McArthur
7631c0390e Rename 'unstable-stream' feature to 'stream' (#733) 2019-12-10 16:55:53 -08:00
nickelc
e6b286977e Add GitHub workflow for CI (#728) 2019-12-10 11:48:49 -08:00