rust-ureq 2.7.1-2 source package in Ubuntu

Changelog

rust-ureq (2.7.1-2) unstable; urgency=medium

  * drop patches 2003 2005, obsoleted by Debian package updates;
    tighten autopkgtest
    to test feature tls without feature native-certs;
    tighten (build-)dependencies and autopkgtest-dependencies
    for crates cookie-store rustls;
    closes: bug#1042419, thanks to Peter Green
  * drop superfluous autopkgtest dependencies
  * change patch 2004 to extend dependency ofr crate rustls-webpki
    (not switch to webpki, rustls-webpki is in Debian now);
    (build-)depend on package for crate rustls-webpki
    (not webpki)

 -- Jonas Smedegaard <email address hidden>  Fri, 28 Jul 2023 09:25:07 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.7.1-2.dsc 3.4 KiB cb4c31e9764808ef93425a10b5a441b8f9070964fed034b420abbcc2e9681747
rust-ureq_2.7.1.orig.tar.gz 102.1 KiB c25bd50c86be733da0c3b494c20fc92430e7e52f9dfb1ab90a8b5ed30b9dfda3
rust-ureq_2.7.1-2.debian.tar.xz 14.1 KiB 846fe7788e5019500f28283408186406a9beca93a5570eb2a71bc3c826f34de9

Available diffs

No changes file available.

Binary packages built by this source

librust-ureq-dev: simple and safe HTTP client - Rust source code

 Ureq is a simple, safe HTTP client.
 .
 Ureq's first priority is being easy for you to use.
 It's great for anyone who wants a low-overhead HTTP client
 that just gets the job done.
 Works very well with HTTP APIs.
 Its features include cookies, JSON, HTTP proxies, HTTPS,
 and charset decoding.
 .
 Ureq is in pure Rust for safety and ease of understanding.
 It avoids using "unsafe" directly.
 It uses blocking I/O instead of async I/O,
 because that keeps the API simple and keeps dependencies to a minimum.
 For TLS, ureq uses rustls or native-tls.
 .
 This package contains the source for the Rust ureq crate,
 packaged by debcargo for use with cargo and dh-cargo.