File: relax-deps.diff

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 (23 lines) | stat: -rw-r--r-- 564 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
Index: oauth2/Cargo.toml
===================================================================
--- oauth2.orig/Cargo.toml
+++ oauth2/Cargo.toml
@@ -68,7 +68,7 @@ default-features = false
 version = "1.0"
 
 [dependencies.rand]
-version = "0.8"
+version = ">= 0.8, < 0.10"
 
 [dependencies.reqwest]
 version = "0.12"
@@ -134,9 +134,5 @@ timing-resistant-secret-traits = []
 version = "0.4.0"
 optional = true
 
-[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-
 [badges.maintenance]
 status = "actively-developed"