Skip to content

Commit

Permalink
Cargo.toml: Update rand and rand_core to 0.8 and 0.6 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Feb 14, 2021
1 parent 6f5bdda commit 4cb583f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ harness = false
travis-ci = { repository = "mcginty/snow", branch = "master" }

[dependencies]
rand_core = "0.5"
rand_core = "0.6"
subtle = "2.2"

# default crypto provider
aes-gcm = { version = "0.8", optional = true }
chacha20poly1305 = { version = "0.7", optional = true }
blake2 = { version = "0.9", optional = true }
rand = { version = "0.7", optional = true }
rand = { version = "0.8", optional = true }
sha2 = { version = "0.9", optional = true }
x25519-dalek = { version = "1.1", optional = true }
pqcrypto-kyber = { version = "0.6", optional = true }
Expand Down

0 comments on commit 4cb583f

Please sign in to comment.