vc=68 fixup: enable reqwest 'stream' feature for bytes_stream

This commit is contained in:
Kayos 2026-05-26 20:56:24 -07:00
parent c960a1f424
commit 5f2ba264b0

View file

@ -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"