Package: rust-isahc / 1.7.2+ds-20

Metadata

Package Version Patches format
rust-isahc 1.7.2+ds-20 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
020221010~d2f9367.patch | (download)

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

 update tiny_http requirement from 0.9 to 0.12
2001_no_nightly.patch | (download)

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

 avoid feature nightly
2002_castaway.patch | (download)

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

 relax dependency on crate castaway
 Needed to match Debian-packaged castaway v0.2.2.
2002_indicatif.patch | (download)

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

 relax dependency on crate indicatif
 Needed to match Debian-packaged indicatif v0.17.3.
2002_parking_lot.patch | (download)

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

 relax dependency on crate parking_lot
 Needed to match Debian-packaged parking_lot v0.12.1.
2003_broken_tests.patch | (download)

tests/encoding.rs | 6 3 + 3 - 0 !
tests/net.rs | 1 1 + 0 - 0 !
tests/redirects.rs | 4 2 + 2 - 0 !
tests/response_body.rs | 3 3 + 0 - 0 !
tests/unix.rs | 1 1 + 0 - 0 !
5 files changed, 10 insertions(+), 5 deletions(-)

 avoid compiling broken tests
 Failures calling response.text():
 .
 error[E0599]: no method named `text` found
 .
 Breakage likebly caused by our use of newer tiny-http
2004_public_suffix_list.patch | (download)

src/cookies/psl/mod.rs | 47 2 + 45 - 0 !
1 file changed, 2 insertions(+), 45 deletions(-)

 use local static public suffix list
2005_tests_s390x.patch | (download)

tests/encoding.rs | 1 1 + 0 - 0 !
tests/net.rs | 3 3 + 0 - 0 !
tests/timeouts.rs | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 skip failing tests on s390x