diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-05-15 19:33:20 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-05-15 19:33:20 +0000 |
commit | 4d349c6a6124b8d94dc787f0076c15b896272363 (patch) | |
tree | 221603b37306508da9bfc3a954dcca6be7133d1f /src/rust/crypto | |
parent | 760cf8e28f7319e924366a97be8882e2b04db49a (diff) | |
download | tor-4d349c6a6124b8d94dc787f0076c15b896272363.tar.gz tor-4d349c6a6124b8d94dc787f0076c15b896272363.zip |
rust: Update rand_core dependency to 0.2.0-pre.0.
Diffstat (limited to 'src/rust/crypto')
-rw-r--r-- | src/rust/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml index 508c288aa4..3d343344ae 100644 --- a/src/rust/crypto/Cargo.toml +++ b/src/rust/crypto/Cargo.toml @@ -13,7 +13,7 @@ crate_type = ["rlib", "staticlib"] [dependencies] libc = "=0.2.39" digest = "=0.7.2" -rand_core = "=0.1.0" +rand_core = "=0.2.0-pre.0" external = { path = "../external" } smartlist = { path = "../smartlist" } |