rust-ureq 2.7.1-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * bump version for provided virtual packages and autopkgtest hints
  * unfuzz patch 2003
  * tighten (build-)dependencies for crate serde_json;
    closes: bug#1041284, thanks to Peter Green

 -- Jonas Smedegaard <email address hidden>  Mon, 17 Jul 2023 00:38:59 +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-1.dsc 3.4 KiB 37b1da794ad0de9431ad3a8e47ea478fa0c1a354911ef081baf801b2c87a7fba
rust-ureq_2.7.1.orig.tar.gz 102.1 KiB c25bd50c86be733da0c3b494c20fc92430e7e52f9dfb1ab90a8b5ed30b9dfda3
rust-ureq_2.7.1-1.debian.tar.xz 14.2 KiB 18afdce852d1477eef758f0d29ad009698b583d7a455d3cbefe699ac57ecd98f

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.