Package: rust-ureq / 3.0.11+~0.4.1-3

Metadata

Package Version Patches format
rust-ureq 3.0.11+~0.4.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_assert_no_alloc.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
src/agent.rs | 12 0 + 12 - 0 !
src/config.rs | 12 0 + 12 - 0 !
src/lib.rs | 5 0 + 5 - 0 !
src/proxy.rs | 7 0 + 7 - 0 !
src/tls/mod.rs | 12 0 + 12 - 0 !
6 files changed, 49 deletions(-)

 avoid not-in-debian crate assert_no_alloc
2001_auto args.patch | (download)

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

 avoid not-in-debian crate auto-args
2001_aws lc rs.patch | (download)

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

 avoid not-in-debian crate aws-lc-rs
2001_brotli decompressor.patch | (download)

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

 accept older release of crate brotli-decompressor
2001_der.patch | (download)

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

 accept older releases of crate der
2001_env_logger.patch | (download)

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

 accept older release of crate env_logger
2001_rustls platform verifier.patch | (download)

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

 accept older release of crate rustls-platform-verifier
2001_ureq proto.patch | (download)

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

 use embedded crate ureq-proto
2001_webpki roots.patch | (download)

Cargo.toml | 3 1 + 2 - 0 !
src/lib.rs | 2 2 + 0 - 0 !
src/tls/mod.rs | 6 3 + 3 - 0 !
src/tls/native_tls.rs | 7 1 + 6 - 0 !
src/tls/rustls.rs | 5 1 + 4 - 0 !
5 files changed, 8 insertions(+), 15 deletions(-)

 avoid not-in-debian crate webpki-roots
2001_webpki root certs.patch | (download)

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

 avoid not-in-debian crate webpki-root-certs
2002_system_shared_libs.patch | (download)

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

 use system-shared libraries
2003_no_net.patch | (download)

src/agent.rs | 4 2 + 2 - 0 !
src/body/mod.rs | 30 15 + 15 - 0 !
src/error.rs | 1 1 + 0 - 0 !
src/lib.rs | 45 35 + 10 - 0 !
src/middleware.rs | 2 1 + 1 - 0 !
src/request.rs | 44 22 + 22 - 0 !
src/response.rs | 4 2 + 2 - 0 !
src/send_body.rs | 4 2 + 2 - 0 !
src/unversioned/transport/mod.rs | 2 1 + 1 - 0 !
9 files changed, 81 insertions(+), 55 deletions(-)

 skip network-requiring tests by default