rust-ureq 2.7.1-5 source package in Ubuntu

Changelog

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

  * renumber patch 2004 -> 1001;
    update DEP-3 patch headers
  * update dh-cargo fork;
    closes: bug#1047264, thanks to Lucas Nussbaum

 -- Jonas Smedegaard <email address hidden>  Sun, 20 Aug 2023 11:31:57 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.7.1-5.dsc 3.4 KiB 2420f1a8d44f1c1f09927d8ffbfb40dd07b66431077f36ef883f6b7c4d6e0e97
rust-ureq_2.7.1.orig.tar.gz 102.1 KiB c25bd50c86be733da0c3b494c20fc92430e7e52f9dfb1ab90a8b5ed30b9dfda3
rust-ureq_2.7.1-5.debian.tar.xz 14.4 KiB 31699455614f64f86284603c390914c908267a6cfce79c66b021243faeae7e8e

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.