File: disable-ureq.patch

package info (click to toggle)
rust-oauth2 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: oauth2/Cargo.toml
===================================================================
--- oauth2.orig/Cargo.toml
+++ oauth2/Cargo.toml
@@ -66,10 +66,6 @@ version = "0.10"
 [dependencies.thiserror]
 version = "1.0"
 
-[dependencies.ureq]
-version = "2"
-optional = true
-
 [dependencies.url]
 version = "2.1"
 features = ["serde"]