rust-ureq 2.6.2-3 source package in Ubuntu

Changelog

rust-ureq (2.6.2-3) unstable; urgency=medium

  * avoid initial dash in autopkgtest test name;
    thanks to Paul Gevers (see bug#1031128)
  * update DEP-3 patch headers

 -- Jonas Smedegaard <email address hidden>  Sun, 12 Feb 2023 17:16:54 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.6.2-3.dsc 3.3 KiB e5793cbf1d4d2fea31eeda13b34bfaef4f04329de89e6ee5a806c7f3f2afdb48
rust-ureq_2.6.2.orig.tar.gz 97.4 KiB 125b0a3d92297c4b1ae54cd4ae6ecacb649f69fc86bc247495b0ff4fb0a937f3
rust-ureq_2.6.2-3.debian.tar.xz 13.8 KiB 099514fae04690ba50697e8951e1a94b2f21c9b539896a9943b88e54aca323c9

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.