File: relax-deps.diff

package info (click to toggle)
rust-crypto-common 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 124 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: crypto-common/Cargo.toml
===================================================================
--- crypto-common.orig/Cargo.toml
+++ crypto-common/Cargo.toml
@@ -40,12 +40,12 @@ version = "0.14.4"
 features = ["more_lengths"]
 
 [dependencies.rand_core]
-version = "0.6"
+version = "0.9"
 optional = true
 
 [dependencies.typenum]
 version = "1.14"
 
 [features]
-getrandom = ["rand_core/getrandom"]
+getrandom = ["rand_core/os_rng"]
 std = []