Package: rust-reqwest / 0.12.15-4

Metadata

Package Version Patches format
rust-reqwest 0.12.15-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable vendored.patch | (download)

Cargo.toml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
disable webpki roots.patch | (download)

Cargo.toml | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

---
dont deny warnings.patch | (download)

src/lib.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix test file not found.patch | (download)

tests/multipart.rs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use a different file for testing instead of unavailable cargo.lock
 .
 The transfer-encoding check in async_impl_file_part() was removed in upstream
 commit 449f251bd2311a8ba73d550c6da3d3ff39d04ce8.
disable connect timeout test on s390x.patch | (download)

tests/timeouts.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable tests that require internet.patch | (download)

tests/blocking.rs | 1 1 + 0 - 0 !
tests/client.rs | 4 4 + 0 - 0 !
tests/proxy.rs | 1 1 + 0 - 0 !
3 files changed, 6 insertions(+)

---
disable examples that require internet.patch | (download)

Cargo.toml | 28 0 + 28 - 0 !
1 file changed, 28 deletions(-)

---
disable oversensitive tests.patch | (download)

tests/timeouts.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
unset proxy vars in test.patch | (download)

src/proxy.rs | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

---
extend error reporting in timeout test.patch | (download)

tests/connector_layers.rs | 4 2 + 2 - 0 !
tests/timeouts.rs | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
tolerate connection refused in test timeout.patch | (download)

tests/connector_layers.rs | 22 22 + 0 - 0 !
tests/timeouts.rs | 11 11 + 0 - 0 !
2 files changed, 33 insertions(+)

---
replace libflate.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
tests/deflate.rs | 8 4 + 4 - 0 !
tests/gzip.rs | 8 4 + 4 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 replace libflate with flate2
 due to some errors in updating libflate.
relax dep.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
tighten h2.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
rustls native certs 0.7.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/async_impl/client.rs | 24 6 + 18 - 0 !
2 files changed, 7 insertions(+), 19 deletions(-)

---
rustls native certs 0.6.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/async_impl/client.rs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
tighten hickory.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
remove wasm.patch | (download)

Cargo.toml | 54 15 + 39 - 0 !
1 file changed, 15 insertions(+), 39 deletions(-)

---
remove windows.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
remove macos.patch | (download)

Cargo.toml | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
disable http3.patch | (download)

Cargo.toml | 54 27 + 27 - 0 !
1 file changed, 27 insertions(+), 27 deletions(-)

 disable http3 feature and related deps, deemed unstable upstream
tolerate 403 in test.patch | (download)

tests/timeouts.rs | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

---