aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-05-04 19:16:42 +0000
committerIsis Lovecruft <isis@torproject.org>2018-05-04 19:16:42 +0000
commitb5bd19ea05e529b636476e555b456b97c89e7a8c (patch)
tree8ab4aac8d83cb862c111969426bb8cb6adfdee33
parent6f8b961a65eea3ed5962da1a7816ad533256d113 (diff)
downloadtor-b5bd19ea05e529b636476e555b456b97c89e7a8c.tar.gz
tor-b5bd19ea05e529b636476e555b456b97c89e7a8c.zip
Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1.
-rw-r--r--src/rust/rand/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/rand/Cargo.toml b/src/rust/rand/Cargo.toml
index 1b73563c8d..b5bbf5c1b6 100644
--- a/src/rust/rand/Cargo.toml
+++ b/src/rust/rand/Cargo.toml
@@ -19,7 +19,7 @@ tor_log = { path = "../tor_log" }
tor_util = { path = "../tor_util" }
[dev-dependencies]
-rand = { version = "=0.5.0-pre.0", default-features = false, path = "../../ext/rust/vendor/rand-8c5b0ac51d" }
+rand = { version = "=0.5.0-pre.1", default-features = false }
[lib]
name = "rand"