rust-ureq 2.7.1-4 source package in Ubuntu

Changelog

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

  * extend patch 2001
    to enable feature native-certs also with feature tls;
    update DEP-3 patch headers

 -- Jonas Smedegaard <email address hidden>  Sun, 13 Aug 2023 14:51:16 +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-4.dsc 3.4 KiB 3411cdf0de9c31cd947e4d268836109361c620dc49a52bc5c8f28504eee1aa5a
rust-ureq_2.7.1.orig.tar.gz 102.1 KiB c25bd50c86be733da0c3b494c20fc92430e7e52f9dfb1ab90a8b5ed30b9dfda3
rust-ureq_2.7.1-4.debian.tar.xz 14.2 KiB 7ab627e61c26714cd9eae71f9b131e0a6b86e9c94939a8d9cf674c1a29f2e00e

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.