summaryrefslogtreecommitdiff
path: root/src/rust/crypto
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-05-15 19:31:29 +0000
committerIsis Lovecruft <isis@torproject.org>2018-05-15 19:31:29 +0000
commit760cf8e28f7319e924366a97be8882e2b04db49a (patch)
tree93b8c3611b2be7da864bec78e8e3c7635db3621a /src/rust/crypto
parent9988882c6399b9b54d50f22617f3358bec4cb89b (diff)
downloadtor-760cf8e28f7319e924366a97be8882e2b04db49a.tar.gz
tor-760cf8e28f7319e924366a97be8882e2b04db49a.zip
rust: Update rand dev-dependency to 0.5.0-pre.2.
Diffstat (limited to 'src/rust/crypto')
-rw-r--r--src/rust/crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml
index 8b489dfb47..508c288aa4 100644
--- a/src/rust/crypto/Cargo.toml
+++ b/src/rust/crypto/Cargo.toml
@@ -21,7 +21,7 @@ tor_allocate = { path = "../tor_allocate" }
tor_log = { path = "../tor_log" }
[dev-dependencies]
-rand = { version = "=0.5.0-pre.1", default-features = false }
+rand = { version = "=0.5.0-pre.2", default-features = false }
[features]
testing = ["tor_log/testing"]