Skip to content

Commit 27475d0

Browse files
committed
Cargo.toml: add TODO explaning outdated rand deps
1 parent 8db5c3b commit 27475d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ harness = false
7474
travis-ci = { repository = "mcginty/snow", branch = "master" }
7575

7676
[dependencies]
77+
# TODO: Waiting on https://github.com/RustCrypto/traits/issues/1642
7778
rand_core = { version = "0.6", default-features = false, features = [
7879
"getrandom",
7980
] }
@@ -106,6 +107,7 @@ serde_derive = "1.0"
106107
hex = "0.4"
107108
lazy_static = "1.4"
108109
x25519-dalek = "2.0"
110+
# TODO: Waiting on https://github.com/RustCrypto/traits/issues/1642
109111
rand = "0.8"
110112

111113
[build-dependencies]

0 commit comments

Comments
 (0)