rust-ureq 2.8.0-2 source package in Ubuntu

Changelog

rust-ureq (2.8.0-2) unstable; urgency=medium

  * fix: extend patch 2001

 -- Jonas Smedegaard <email address hidden>  Mon, 16 Oct 2023 23:26:17 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.8.0-2.dsc 3.4 KiB fe4629d00bfd811986daef3f9ac97eeeafdcfbfb5d06c6f1dbfe48a19a267fb4
rust-ureq_2.8.0.orig.tar.gz 111.5 KiB 8183074458596d9fe7814d87b8fba5a6e4637a12f4f39389d53cab8dc2639851
rust-ureq_2.8.0-2.debian.tar.xz 17.2 KiB 6b3054af6a295e618f74d5b91508a4cf07e903475755af2c2785fd1ebf2dfc1a

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.