File: 2001_auto-args.patch

package info (click to toggle)
rust-ureq 3.1.4%2B~0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: sh: 23; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 817 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: avoid not-in-Debian crate auto-args
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -95,14 +95,13 @@
 
 [dev-dependencies]
 env_logger = "0.11.7"
-auto-args = "0.3.0"
 serde = { version = "1.0.204", features = ["std", "derive"] }
 # Enable aws-lc-rs for tests so we can demonstrate using ureq without compiling ring.
 rustls = { version = "0.23", features = ["aws-lc-rs"] }
 
 [[example]]
 name = "cureq"
-required-features = ["rustls", "native-tls", "socks-proxy", "cookies", "gzip", "brotli", "charset"]
+required-features = ["rustls", "native-tls", "socks-proxy", "cookies", "gzip", "brotli", "charset", "auto-args"]
 
 [[example]]
 name = "mpsc-transport"