rust-ureq 2.7.0-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release
    + upgrade crate base64 to v0.21;
      closes: bug#1037977, thanks to Peter Green

  [ Jonas Smedegaard ]
  * unfuzz patches
  * add patch 2004 to use crate webpki instead of rustls-webpki
  * (build-)depend on package for crate http
  * add patch 2005 to relax dependency on crate rustls
  * tighten (build-)dependency on package for crate serde_json
  * bump version for provided virtual packages and autopkgtest hints
  * bump (build-)dependency for crate base64

 -- Jonas Smedegaard <email address hidden>  Thu, 15 Jun 2023 08:56:39 +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.0-1.dsc 3.4 KiB b3345eda54cbc171ef2b0154b4ab0db13a1564a738889d9e1dea71c79d538585
rust-ureq_2.7.0.orig.tar.gz 102.2 KiB d5963f2c700d685000f8e5855f01b67613634d1d727db3f5cd10c93cd18a753a
rust-ureq_2.7.0-1.debian.tar.xz 14.2 KiB 2d259f699cbcc264c6db005c94a18c8d63dcb581bafb26510ffd4b0705746042

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.