vc=68 fixup: enable reqwest 'stream' feature for bytes_stream
This commit is contained in:
parent
c960a1f424
commit
5f2ba264b0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ android_logger = { version = "0.14", default-features = false }
|
||||||
# strawcore-core's already-pulled reqwest; quick-xml is small (~200KB);
|
# strawcore-core's already-pulled reqwest; quick-xml is small (~200KB);
|
||||||
# futures for buffer_unordered. rustls-tls avoids the NDK openssl headers
|
# futures for buffer_unordered. rustls-tls avoids the NDK openssl headers
|
||||||
# headache.
|
# headache.
|
||||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip"] }
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip", "stream"] }
|
||||||
quick-xml = "0.36"
|
quick-xml = "0.36"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue